API CatDog
Documentation for developers (from 11/15/2024)
CatDog - provides a convenient way to get information via the API protocol. At the moment, you can get geotags of some categories in JSON format and a list of all ads with categories in XML format.
API in JSON format
1. To get geo-tags of ads, you need to make a request (GET, POST) to the address:
https://catdog.by/index.php?route=api/catdog/geo
Available parameters:
maps=category - means to get all map tags from category pages;
maps=product - means to get all map tags from ad pages and personal pages of authors;
maps=other-1- means to get all map tags with id 1 (id can be obtained in the html tag with the id="bus-gmaps-other-1" attribute of the required page);
filters[category]=15 - means to get tags of a specific category with id 15 (id can be obtained in the html tag "body" of the required page, description API will be later);
filters[product]=15 - means to get tags of a specific ad or author page with id 15 (id can be obtained in the html tag "body" of the required page, API description will be later);
language=en-gb - means to get geo-tags according to the language with ISO 639-1 code and country with ISO 3166-1 code (supported codes: be-by, en-gb, ru-ru);
There is no limit, country and city parameter yet, but it will be later.
Ready links:
List of animal search specialists
API in XML format
Ready links: