Location related methods
Returns a list of locations
https://api.itjobs.es/location/list.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
$ curl --data "api_key=xxx&limit=2" https://api.itjobs.es/location/list.json
{
"total":21,
"results":[
{
"id":2,
"name":"A\u00e7ores"
},
{
"id":1,
"name":"Aveiro"
},
{
"id":3,
"name":"Beja"
},
{
"id":4,
"name":"Braga"
},
{
"id":5,
"name":"Bragan\u00e7a"
},
{
"id":6,
"name":"Castelo Branco"
},
{
"id":8,
"name":"Coimbra"
},
{
"id":10,
"name":"\u00c9vora"
},
...
]
}