LollyMap API: Lost & Found
Endpoint JSON pubblico per integrare animali persi/trovati su siti veterinari e partner.
Endpoint base: https://lollymap.com/api/lostfound.php
Metodo: GET
CORS: Access-Control-Allow-Origin: *
Parametri
type(obbligatorio):lostoppurefoundcity(opzionale): nome città , es.Milanolimit(opzionale): default5, massimo100
Esempi veloci
https://lollymap.com/api/lostfound.php?type=lost&city=Milano&limit=5
https://lollymap.com/api/lostfound.php?type=found&city=Roma
curl -sS "https://lollymap.com/api/lostfound.php?type=lost&city=Milano&limit=3" | python3 -m json.tool
curl -sS "https://lollymap.com/api/lostfound.php?type=xxx" | python3 -m json.tool
Test live
LollyMap API: Lost & Found
Public JSON endpoint to integrate lost/found pets on veterinary and partner websites.
Base endpoint: https://lollymap.com/api/lostfound.php
Method: GET
CORS: Access-Control-Allow-Origin: *
Parameters
type(required):lostorfoundcity(optional): city name, exampleMilanlimit(optional): default5, max100
Quick examples
https://lollymap.com/api/lostfound.php?type=lost&city=Milano&limit=5
https://lollymap.com/api/lostfound.php?type=found&city=Roma
curl -sS "https://lollymap.com/api/lostfound.php?type=lost&city=Milano&limit=3" | python3 -m json.tool
curl -sS "https://lollymap.com/api/lostfound.php?type=xxx" | python3 -m json.tool