Get a lit, Location, Ip, Time based identifier for a peaice of data
Location Ip Time
API · /test-api
Ein Beispielprojekt mit Lit-Fähigkeiten!
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Thanks for your interest use it for free
Gratis
Thanks for a coffee you help me survive.
€2.50 /mese
Altro APIs con tag sovrapposti.
Wikipedia, located — find the Wikipedia articles near any coordinate ("Wikipedia near me") as an API, live from the official MediaWiki API. Pass a latitude and longitude and get the nearby places, landmarks and points of interest with their distance in metres, a two-sentence summary, a thumbnail image and a link — perfect for travel guides, maps, augmented-reality and location-aware apps. Or look up a single article to get its coordinates, description, summary and image. Works for every language edition (en.wikipedia, de.wikipedia, fr.wikipedia and 300+ more). Open data from Wikipedia.
api.oanor.com/geowiki-api
Search a database of 33,000+ cities worldwide (population 15,000+) from GeoNames. Find cities by name, country and minimum population, look up a city by id, or find all cities near a coordinate (radius search). Each city includes coordinates, region, population, timezone and elevation — ideal for autocompletes, location pickers, store locators and geo dashboards.
api.oanor.com/cities-api
Search, filter and locate breweries worldwide — a fast, clean wrapper over Open Brewery DB covering thousands of breweries across the US and beyond. Filter by city, state, country, name, postal code or brewery type (micro, nano, regional, brewpub, large, bar, contract and more), sort results nearest-first from any latitude/longitude, autocomplete brewery names for typeahead, pull random breweries, fetch a single brewery by id and read aggregate counts. Every endpoint accepts input via the query string or the request body and returns lean, predictable JSON with normalized address, coordinates, phone and website fields. Ideal for beer and travel apps, store locators, maps and directory features.
api.oanor.com/beer-api
Work with geohashes through a fast, fully-local API. Encode a latitude/longitude pair into a geohash at any precision (1–12), decode a geohash back to its centre coordinates with the exact bounding box and error margins, list the eight neighbouring geohash cells (north, north-east, east and so on), or get the bounding box, centre and dimensions of a cell. Geohashes turn coordinates into short sortable strings that are perfect for spatial indexing, proximity grouping and map tiling. Pure server-side computation with no third-party upstream, so responses are instant and the service is always available. Ideal for geospatial indexing and search, proximity and nearby queries, map tiles and clustering, IoT and fleet tracking, and location bucketing in databases.
api.oanor.com/geohash-api
Risposte rapide su prezzi, quote e integrazione.
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/test-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/test-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/test-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/test-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Holen Sie sich Standort-IP und Zeit für den URL-Parameter `?data=my-data-xyz-42
Accedi per votare.
Nessuna recensione ancora.
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
Accedi·
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
·
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediDescrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
·