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/pricesCattle price records across all breeds and countries.
?country=nigeria&breed=white-fulani (optional filters)
Try it βGET
/api/v1/breedsAll 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=nigeriaResponses are JSON with permissive CORS so you can call the API from the browser.