LollyMap

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): lost oppure found
  • city (opzionale): nome città, es. Milano
  • limit (opzionale): default 5, massimo 100

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

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): lost or found
  • city (optional): city name, example Milan
  • limit (optional): default 5, max 100

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