Countries
Countries
Query Parameters
- id integerExample: eq.1
- alpha character varyingExample: eq.CF
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- name text
- alpha character varying
Possible values:
<= 2 characters - hash_image character varying
Possible values:
<= 64 characters
[
{
"id": 1,
"name": "Central African Republic",
"alpha": "CF",
"hash_image": "5c62e0b4977585c1b8aecfb35a731f2f6669e3c814cd6feab19ee492d56499f1"
}
]
Loading...