Challenges

Challenges_retrieve

GET
/api/v1/challenges/{id}

Path Parameters

idinteger

A unique integer value identifying this Challenge.

Response Body

curl -X GET "https://loading/api/v1/challenges/0"
{
  "id": 0,
  "locations": [
    {
      "id": 0,
      "type": "OSM",
      "osm_id": 9223372036854776000,
      "osm_type": "NODE",
      "osm_name": "string",
      "osm_display_name": "string",
      "osm_tag_key": "string",
      "osm_tag_value": "string",
      "osm_brand": "string",
      "osm_address_postcode": "string",
      "osm_address_city": "string",
      "osm_address_country": "string",
      "osm_address_country_code": "string",
      "osm_lat": -9999,
      "osm_lon": -9999,
      "osm_version": 2147483647,
      "website_url": "http://example.com",
      "price_count": 2147483647,
      "user_count": 2147483647,
      "product_count": 2147483647,
      "proof_count": 2147483647,
      "source": "string",
      "created": "2019-08-24T14:15:22Z",
      "updated": "2019-08-24T14:15:22Z"
    }
  ],
  "status": "string",
  "tag": "string",
  "title": "string",
  "icon": "string",
  "subtitle": "string",
  "start_date": "2019-08-24",
  "end_date": "2019-08-24",
  "categories": [
    "string"
  ],
  "example_proof_url": "string",
  "is_published": true,
  "stats": null,
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}