Dog Breed (Photos)

Dog Breed (Photos)

GET https://my.elara.services/api/dogbreed

Query Parameters

NameTypeDescription

key

string

Your API key

breed

string

The dog breed name

type

string

Types: list, none

// List

{
    status: true, 
    list: [],
    bot_fields: [] // Used for Discord Bots for embeds
}

// Normal
{
    status: true,
    image: "URL"
}

Last updated