All Projects → TBMSP → Geochile

TBMSP / Geochile

Licence: mit
Esta es una api de Geocodificación, para que, con las coordenadas Latitud y Longitud se entregue una lista de ciudades cercanas.

Projects that are alternatives of or similar to Geochile

Countries States Cities Database
🌍 World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, PLIST, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities
Stars: ✭ 1,130 (+8592.31%)
Mutual labels:  api, json, country
Spyne
A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
Stars: ✭ 992 (+7530.77%)
Mutual labels:  api, api-rest, json
Acts as api
makes creating API responses in Rails easy and fun
Stars: ✭ 506 (+3792.31%)
Mutual labels:  api, json
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (+3984.62%)
Mutual labels:  api, json
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Stars: ✭ 5,373 (+41230.77%)
Mutual labels:  api, json
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (+3607.69%)
Mutual labels:  api, json
Element Api
Create a JSON API/Feed for your elements in Craft.
Stars: ✭ 493 (+3692.31%)
Mutual labels:  api, json
Spyke
Interact with REST services in an ActiveRecord-like manner
Stars: ✭ 591 (+4446.15%)
Mutual labels:  api, json
Json Api Php
JSON-API (http://jsonapi.org) responses in PHP.
Stars: ✭ 426 (+3176.92%)
Mutual labels:  api, json
Api
姬长信API For Docker 一个基于多种编程语言开源免费不限制提供生活常用,出行服务,开发工具,金融服务,通讯服务和公益大数据的平台.
Stars: ✭ 743 (+5615.38%)
Mutual labels:  api, json
Json Ld.org
JSON for Linked Data
Stars: ✭ 722 (+5453.85%)
Mutual labels:  api, json
Telize
High performance JSON IP and GeoIP REST API (IP Geolocation)
Stars: ✭ 774 (+5853.85%)
Mutual labels:  api, json
Sleekdb
Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.
Stars: ✭ 450 (+3361.54%)
Mutual labels:  api, json
Normalizr
Normalizes nested JSON according to a schema
Stars: ✭ 20,721 (+159292.31%)
Mutual labels:  api, json
Networking
⚡️ Elegantly connect to a REST JSON Api. URLSession + Combine + Decodable + Generics = <3
Stars: ✭ 499 (+3738.46%)
Mutual labels:  api, json
Laravel Api Response Builder
Builds nice, normalized and easy to consume Laravel REST API JSON responses.
Stars: ✭ 433 (+3230.77%)
Mutual labels:  api, json
Jsonui
jsonui is an interactive JSON explorer on your command line
Stars: ✭ 583 (+4384.62%)
Mutual labels:  api, json
Movement
Movement is an easier, simpler way to explore and use NIEM. Want to join the Movement and contribute to it? Start here.
Stars: ✭ 19 (+46.15%)
Mutual labels:  api, json
Polr
🚡 A modern, powerful, and robust URL shortener
Stars: ✭ 4,147 (+31800%)
Mutual labels:  api, json
Dog Ceo Api
The API hosted at dog.ceo
Stars: ✭ 393 (+2923.08%)
Mutual labels:  api, json

GeoChile

Esta es una api de Geocodificación, para que, con las coordenadas Latitud y Longitud se entregue una lista de ciudades cercanas.

Se trata de un script en PHP para retornar un JSON con las localidades Chilenas cercanas a las coordenadas antes especificadas en los parametros de la URL, funciona a través del método POST con un body JSON.

Esto es utilizado por Chile Alerta e INSIMU para generar informes sísmicos con sus respectivas referencias geográficas (especialmente el parametro "Reference" del json) y tambien por Mascotas Perdidas Chile para la organización de Ubicaciones.


Parametros


lat: (float) Es la Latitud.

lng: (float) Es la Longitud.

limit: (int) Filtro de la cantidad máxima de ítems a devolver (opcional).

radiuskm: (float) Este es un filtro, el radio máximo de distancia, puede reducir la cantidad máxima de acuerdo a que si el ítem a devolver esta dentro del radio máximo seleccionado en kilometros (opcional).


Ejemplo:


curl -d '{"lat":"-31", "lng":"-71", "country":"CL", "limit":10}' -H "Content-Type: application/json" -X POST http://localhost/

Resultado:

Creado por @TBMSP

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].