<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.thecatapi.com/es/blog</id>
    <title>The Cat API Blog</title>
    <updated>2026-09-21T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.thecatapi.com/es/blog"/>
    <subtitle>The Cat API Blog</subtitle>
    <icon>https://docs.thecatapi.com/es/img/cat/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[New TheCatAPI docs, same API as TheDogAPI]]></title>
        <id>https://docs.thecatapi.com/es/blog/new-thecatapi-docs</id>
        <link href="https://docs.thecatapi.com/es/blog/new-thecatapi-docs"/>
        <updated>2026-09-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[TheCatAPI has a new home for its documentation at docs.thecatapi.com. The old developer portal at developers.thecatapi.com was written for the original cat service and had fallen behind the platform, so it now redirects here.]]></summary>
        <content type="html"><![CDATA[<p>TheCatAPI has a new home for its documentation at <a href="https://docs.thecatapi.com/" target="_blank" rel="noopener noreferrer">docs.thecatapi.com</a>. The old developer portal at developers.thecatapi.com was written for the original cat service and had fallen behind the platform, so it now redirects here.</p>
<p>Under the hood TheCatAPI and TheDogAPI run on the same codebase, which we call the Animal API. That means every feature that landed on the dog side over the last year is available for cats too, with the same request shapes and the same <code>x-api-key</code> header. These docs are generated from the same source as <a href="https://docs.thedogapi.com/" target="_blank" rel="noopener noreferrer">docs.thedogapi.com</a>, with the cat-specific examples swapped in, so the two sites will stay in step from now on.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-covered">What's covered<a href="https://docs.thecatapi.com/es/blog/new-thecatapi-docs#whats-covered" class="hash-link" aria-label="Enlace directo al What's covered" title="Enlace directo al What's covered">​</a></h2>
<ul>
<li><a href="https://docs.thecatapi.com/es/docs/examples/images">Images</a>: search over 60,000 cat images, filter by breed or category, and manage your own uploads.</li>
<li><a href="https://docs.thecatapi.com/es/docs/examples/upload-images">Image uploads</a>: asynchronous upload with status polling, or the synchronous endpoint on <code>upload.thecatapi.com</code> that returns the analysis in one call.</li>
<li><a href="https://docs.thecatapi.com/es/docs/examples/breeds">Breeds</a>: 100+ breeds with the full schema (coat group, 1–5 trait scores, hypoallergenic and rex flags, VeNom codes) and translations via <code>?lang=</code>.</li>
<li><a href="https://docs.thecatapi.com/es/docs/examples/facts">Facts</a> and <a href="https://docs.thecatapi.com/es/docs/examples/health-tips">Health tips</a>: curated, localised content per breed with sources.</li>
<li><a href="https://docs.thecatapi.com/es/docs/examples/pets">Pets &amp; Pet Analysis</a>: pet profiles, body and muscle condition scores, estimated age and weight, breed mix, and AI portraits.</li>
<li><a href="https://docs.thecatapi.com/es/docs/examples/websocket">WebSocket gateway</a>: live votes and favourites as they happen.</li>
<li><a href="https://docs.thecatapi.com/es/reference">API Reference</a>: the full OpenAPI spec served straight from <code>api.thecatapi.com/openapi-json</code>.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="a-few-things-to-note-when-migrating">A few things to note when migrating<a href="https://docs.thecatapi.com/es/blog/new-thecatapi-docs#a-few-things-to-note-when-migrating" class="hash-link" aria-label="Enlace directo al A few things to note when migrating" title="Enlace directo al A few things to note when migrating">​</a></h2>
<p>Cat breed IDs are the same four-letter codes you already know (<code>abys</code>, <code>beng</code>, <code>siam</code>), and image IDs are unchanged, so existing integrations keep working. Breed objects now carry more fields than before; if you are mapping responses into your own types, treat unknown keys as optional.</p>
<p>The <code>/breeds/{id}/facts</code> path from the old docs does not exist on the new platform. Use <code>/facts/breed/{id}</code> or <code>/facts?breed_id=</code> instead. Votes can no longer be deleted; post a new vote with the opposite value.</p>
<p>If anything is missing or wrong, the edit link at the bottom of every page opens a pull request against the docs repo, or come and tell us on <a href="https://discord.gg/UZTWaEVYP5" target="_blank" rel="noopener noreferrer">Discord</a>.</p>]]></content>
        <author>
            <name>Aden Forshaw</name>
            <uri>https://thecatapi.com</uri>
        </author>
        <category label="catapi" term="catapi"/>
        <category label="docs" term="docs"/>
        <category label="update" term="update"/>
    </entry>
</feed>