This Choreo retrieves a list of mailing addresses, business addresses, and jurisdiction of incorporation associated with a given company. You do not need an API Key to run this Choreo. However, if you would like a much higher limit on the number of calls you can make each day, then registering with CorpWatch and obtaining an API Key is the way to go. More information on authentication and limits is available here. Detailed information about company records in CorpWatch is here.
Here is an example of an acceptable input:
CWID: cw_1014
ResponseType: json
The following is a partial sample of the output returned by this Choreo:
{
"meta": {
"success": 1,
"status": 200,
"status_string": "Success",
"total_results": "9",
"results_complete": 1,
"api_version": "0.04 (2012-02-03)",
"parameters": {
"limit": 100,
"index": 0,
"year": "most_recent"
}
},
"result": {
"locations": [
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "CO",
"type": "business",
"raw_address": "6300 S SYRACUSE WAY STE 300, ENGLEWOOD CO 80111-6723",
"street_1": "6300 S SYRACUSE WAY STE 300",
"street_2": null,
"city": "ENGLEWOOD",
"state": "CO",
"postal_code": "80111-6723",
"country": null,
"date": "2003-11-26",
"max_year": "2003",
"min_year": "2003"
},
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "CO",
"type": "mailing",
"raw_address": "6300 S SYRACUSE WAY SUITE 300, ENGLEWOOD CO 80111",
"street_1": "6300 S SYRACUSE WAY SUITE 300",
"street_2": null,
"city": "ENGLEWOOD",
"state": "CO",
"postal_code": "80111",
"country": null,
"date": "2003-11-26",
"max_year": "2003",
"min_year": "2003"
},
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "CT",
"type": "business",
"raw_address": "765 STRAITS TURNPIKE, SUITE 2000, MIDDLEBURY CT 06762",
"street_1": "765 STRAITS TURNPIKE",
"street_2": "SUITE 2000",
"city": "MIDDLEBURY",
"state": "CT",
"postal_code": "06762",
"country": null,
"date": "2004-11-24",
"max_year": "2005",
"min_year": "2004"
},
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "CT",
"type": "mailing",
"raw_address": "765 STRAITS TURNPIKE, SUITE 2000, MIDDLEBURY CT 06762",
"street_1": "765 STRAITS TURNPIKE",
"street_2": "SUITE 2000",
"city": "MIDDLEBURY",
"state": "CT",
"postal_code": "06762",
"country": null,
"date": "2004-11-24",
"max_year": "2005",
"min_year": "2004"
},
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "DE",
"type": "state_of_incorp",
"raw_address": "DE",
"street_1": null,
"street_2": null,
"city": null,
"state": null,
"postal_code": null,
"country": null,
"date": "2003-11-26",
"max_year": "2011",
"min_year": "2003"
},
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "MO",
"type": "business",
"raw_address": "305 ROCK INDUSTRIAL PARK DRIVE, BRIDGETON MO 63044",
"street_1": "305 ROCK INDUSTRIAL PARK DRIVE",
"street_2": null,
"city": "BRIDGETON",
"state": "MO",
"postal_code": "63044",
"country": null,
"date": "2008-06-19",
"max_year": "2011",
"min_year": "2008"
},
{
"cw_id": "cw_1014",
"country_code": "US",
"subdiv_code": "MO",
"type": "mailing",
"raw_address": "305 ROCK INDUSTRIAL PARK DRIVE, BRIDGETON MO 63044",
"street_1": "305 ROCK INDUSTRIAL PARK DRIVE",
"street_2": null,
"city": "BRIDGETON",
"state": "MO",
"postal_code": "63044",
"country": null,
"date": "2008-06-19",
"max_year": "2011",
"min_year": "2008"
},