/
AG
agriya
/
OFOS API Endpoints
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
Swagger 2.0
Agriya Infoway Licence
2026-07-17
164
100
176.6 KB
Country
Creates a new country
Creates a new country
post
/countries
Request body
AddCountry
required
iso2
string
iso_alpha3
string
iso_numeric
integer
fips_code
string
name
string
capital
string
areainsqkm
number
float
population
integer
continent
string
tld
string
currency
string
currencyname
string
phone
string
postalcodeformat
string
postalcoderegex
string
languages
string
geonameid
integer
neighbours
string
equivalentfipscode
string
Response
New country added
Country
required
id
integer
created_at
string
updated_at
string
iso2
string
iso_alpha3
string
iso_numeric
integer
fips_code
string
name
string
capital
string
areainsqkm
number
float
population
integer
continent
string
tld
string
currency
string
currencyname
string
phone
string
postalcodeformat
string
postalcoderegex
string
languages
string
geonameid
integer
neighbours
string
equivalentfipscode
string