{ "opencollection": "1.0.0", "info": { "name": "Fixtures-v2 Competitions Localities API", "version": "2.0.280" }, "items": [ { "info": { "name": "Localities", "type": "folder" }, "items": [ { "info": { "name": "Retrieve localities (old regions) by ID/s. MAX 200 per page.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/localities", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "The number of page to be returned. The default value is 1." }, { "name": "pageSize", "value": "", "type": "query", "description": "The size of the page to be returned. The default value is 10." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to 'order by' by. Descending ordering also allowed. Fields to order by for this endpoint: (id, name, localityType)" }, { "name": "filter", "value": "", "type": "query", "description": "The field to 'filter' by. Check main description for filter comparators. Fields to filter by for this endpoint: (id, name, localityType)" } ] }, "docs": "Returns localities (old regions) wrapped inside a HATEOAS model" }, { "info": { "name": "OPTIONS /localities", "type": "http" }, "http": { "method": "OPTIONS", "url": "{{baseUrl}}/localities" } }, { "info": { "name": "Retrieve locality details by ID.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/localities/:id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Single locality ID to return details for" } ] }, "docs": "Returns locality details by ID" }, { "info": { "name": "OPTIONS /localities/{id}", "type": "http" }, "http": { "method": "OPTIONS", "url": "{{baseUrl}}/localities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }