RescueGroups.org · JSON Structure

Rescuegroups Org Animal Structure

JSON structure for a RescueGroups.org adoptable animal record.

Type: Properties: 0
AnimalsPet AdoptionRescueAnimal Welfare

RescueGroups.org Animal is a JSON Structure definition published by RescueGroups.org.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RescueGroups.org Animal",
  "description": "JSON structure for a RescueGroups.org adoptable animal record.",
  "fields": [
    { "name": "id", "type": "string", "description": "Unique animal identifier." },
    { "name": "type", "type": "string", "const": "animals", "description": "JSON API resource type." },
    { "name": "attributes.name", "type": "string", "description": "Animal name." },
    { "name": "attributes.birthDate", "type": "date", "description": "Animal birth date." },
    { "name": "attributes.sex", "type": "string", "enum": ["Male", "Female", "Unknown"], "description": "Animal sex." },
    { "name": "attributes.ageGroup", "type": "string", "enum": ["Baby", "Young", "Adult", "Senior"], "description": "Age group category." },
    { "name": "attributes.sizeGroup", "type": "string", "enum": ["Small", "Medium", "Large", "Extra Large"], "description": "Size category." },
    { "name": "attributes.isAdoptionPending", "type": "boolean", "description": "Whether adoption is pending." },
    { "name": "attributes.isAltered", "type": "boolean", "description": "Whether spayed or neutered." },
    { "name": "attributes.pictureCount", "type": "integer", "description": "Number of pictures." },
    { "name": "attributes.videoCount", "type": "integer", "description": "Number of videos." },
    { "name": "attributes.adoptedDate", "type": "date", "description": "Adoption date." },
    { "name": "attributes.specialNeedsDetails", "type": "string", "description": "Special needs description." },
    { "name": "attributes.descriptionText", "type": "string", "description": "Animal description." },
    { "name": "attributes.locationCitystate", "type": "string", "description": "City and state location." },
    { "name": "attributes.locationState", "type": "string", "description": "State location." },
    { "name": "attributes.locationDistance", "type": "number", "description": "Distance from search origin." },
    { "name": "attributes.rescueId", "type": "string", "description": "External rescue ID." },
    { "name": "attributes.url", "type": "uri", "description": "Animal profile URL." },
    { "name": "relationships.breeds", "type": "object", "description": "Breed relationships." },
    { "name": "relationships.colors", "type": "object", "description": "Color relationships." },
    { "name": "relationships.patterns", "type": "object", "description": "Pattern relationships." },
    { "name": "relationships.species", "type": "object", "description": "Species relationship." },
    { "name": "relationships.orgs", "type": "object", "description": "Organization relationship." },
    { "name": "relationships.pictures", "type": "object", "description": "Pictures relationship." }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rescuegroups-org-animal-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.