Available APIs

API 1

API 2

API 3

Additional Resources

About Our APIs

Example Apps

FAQs

Change Log

Terms of Service

Contact Us

ITA Offices & Centers API

This API provides contact and address information for all of ITA’s domestic and international export assistance centers. Incorporating these listings into directories of business counseling services is one example of how developers can use this API to assist exporters.

Resource URL

http://api.trade.gov/ita_office_locations/search

Search Parameters

keyword

Returns office locations for a match within the post or office name fields.

http://api.trade.gov/ita_office_locations/search?q={keyword}
Example:
http://api.trade.gov/ita_office_locations/search?q=Sao+Paulo

city

Returns office locations based on city name

http://api.trade.gov/ita_office_locations/search?city=Sao+Paulo

country

Returns office locations based on ISO alpha-2 country codes.

http://api.trade.gov/ita_office_locations/search?country={country code}
Example:
 http://api.trade.gov/ita_office_locations/search?country=BR

state

Returns locations for export assistance centers located in a specific U.S. State or Dependent Area.

http://api.trade.gov/ita_office_locations/search?state
={state postal code abbreviation>}
Example:
http://api.trade.gov/ita_office_locations/search?state=TN

size + offset

The size parameter allows you to configure the maximum amount of hits to be returned. The offset parameter defines the offset from the first result you want to fetch.

Example:
http://api.trade.gov/ita_office_locations/search?country=BR&size=1&offset=1

Data Elements

Field Description
id Unique identifier for post
post Name of the post (Default sort)
office_name Office Name
state State abbreviation, for domestic offices
city City
address Street address of office
email Office email address
fax Fax number
mail_instructions Snail mail instructions
phone Office phone number
post_type Type of post (domestic or international)