API method
getGPSREntities
Method returns list of GPSR entities with their contact and address details.
Usage URL
https://hedo-pets.com/api/getGPSREntities.json?key=YOURAPIKEY
Query params
Put these in your URL, e.g. ?id=123.
-
id integer or integer[]
Internal identifier of GPSR entity/company.
More than one value can be specified after comma (,) separator. -
lang string
Language of result. ISO 2 Letter Language Codes
Example
en, pl, cs
Response fields
Fields returned by this method.
-
id integer
GPSR entity internal identifier
-
name string
GPSR entity company name
-
postalcode string
GPSR entity postal code
-
city string
GPSR entity city
-
street string
GPSR entity street address
-
email string
GPSR entity email address
-
url string
GPSR entity website URL
-
phone string
GPSR entity phone number
-
country object
GPSR entity country information
Nested fields
-
iso string
Country ISO code
-
name string
Country name
-
id integer
Internal country identifier
-