API Docs
This project exposes an End-Point that allows the user to retrieve information about the toponyms in the database. The following block describes this End-Point
POST/api/toponym
Headers
-
Content-Type:
multipart/form-data
Params
-
toponyms
This parameter is a JSON Array (Check syntax at JSON.org ) containing strings that represent each toponym that the requestor wants to find, for example: [ "acatique", "jala" ]
Response
A JSON Array of JSON Objects with the following structure:
{ "id": STRING, "toponym": STRING, "language": STRING, "latitude": STRING, "longitude": STRING, "country": STRING, "state": STRING, "county": STRING, "reference-id": STRING, "reference-author": STRING, "reference-title": STRING, "reference-tome": STRING, "reference-volume": STRING, "reference-publisher": STRING, "reference-year": STRING, "pages": STRING, "period": STRING }