GET https://ringo.eco/wp-json/ringo/v1/points-of-sale
| Parameter | Description |
|---|---|
| cities | The City id. Will accept an array of cities soon. |
| countries | The Country id. Will accept an array of cities soon. |
You should always specify one of the following parameters: cities or countries.
[
{
"id": 1,
"couriers": [],
"title": "Place Name",
"address": "The Address",
"image":{
"element": "HTML <img> element with srcset.",
"link": "Link to full image"
},
"position":{
"lat": 0,
"lng": 0
},
"created": {
"timezone": "",
"local": "",
"gmt": ""
},
},
{ ... },
...
]
Powered by Doctave