Developer API

A free, public, read-only JSON API for African cattle prices and breed data. Attribution to CattlePrice Africa is appreciated. No key required.

GET/api/v1/prices

Cattle price records across all breeds and countries.

?country=nigeria&breed=white-fulani (optional filters)

Try it β†’
GET/api/v1/breeds

All cattle breed profiles with weights and key traits.

?type=beef&country=kenya (optional filters)

Try it β†’

Example

curl https://cattleprice.africa/api/v1/prices?country=nigeria

Responses are JSON with permissive CORS so you can call the API from the browser.