{"name":"Agent Feed API","version":"1.0.0","description":"API for fetching agent and agency data for targeting and ad template setup","endpoints":{"/":"API documentation (this endpoint)","/agents":"Get list of agents with reviews, ratings, and recently sold properties","/agencies":"Get list of agencies/teams with reviews, ratings, and team members"},"authentication":{"type":"API Key","parameter":"key","description":"Add ?key=YOUR_API_KEY to all requests"},"parameters":{"country_code":{"type":"string","required":false,"default":"ch","description":"Country code (ch, fr, es, it)"},"limit":{"type":"integer","required":false,"default":100,"description":"Number of results per page (1-500)"},"offset":{"type":"integer","required":false,"default":0,"description":"Pagination offset"}},"example":{"agents":"/agents?key=YOUR_API_KEY&country_code=ch&limit=100&offset=0","agencies":"/agencies?key=YOUR_API_KEY&country_code=ch&limit=100&offset=0"}}