GET api/v100/tags?language={language}

Get a list of the nearest service stations.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

Language ISO Code for the service descriptions.

string

Required

Headers

NameDescriptionTypeAdditional information
appkey

Ej. abcdefghijk

None.

session

Ej. 1234567890

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RsTags
NameDescriptionTypeAdditional information
serviceID

Single Ascii Letter corresponding to the service code

string

Required

type

Type of Tags

string

Required

description

Description of the corresponding service code in the requested language.

string

Required

url

URL to the Service Code Icon

string

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "serviceID": "sample string 1",
    "type": "sample string 2",
    "description": "sample string 3",
    "url": "sample string 4"
  },
  {
    "serviceID": "sample string 1",
    "type": "sample string 2",
    "description": "sample string 3",
    "url": "sample string 4"
  }
]