Skip to main content
POST
/
api
/
rhode_island
/
companies
/rhode_island/companies
curl --request POST \
  --url https://api.anysite.io/api/rhode_island/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id_number": "<string>",
  "timeout": 300
}
'
[
  {
    "id_number": "<string>",
    "url": "<string>",
    "@type": "@rhode_island_company",
    "name": "<string>",
    "legal_form": "<string>",
    "formation_date": "<string>",
    "formation_date_label": "<string>",
    "effective_date": "<string>",
    "jurisdiction_state": "<string>",
    "jurisdiction_country": "<string>",
    "former_names": [],
    "mergers": [],
    "fictitious_names": [],
    "principal_address": {
      "@type": "@rhode_island_address",
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip": "<string>",
      "country": "<string>"
    },
    "mailing_address": {
      "@type": "@rhode_island_address",
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip": "<string>",
      "country": "<string>"
    },
    "resident_agent": {
      "@type": "@rhode_island_agent",
      "name": "<string>",
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip": "<string>",
      "country": "<string>"
    },
    "agent_resigned": true,
    "members_managed": "<string>",
    "officers": [],
    "stocks": [],
    "purpose": "<string>",
    "naics": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id_number
string
required

Rhode Island business Identification Number (up to 9 digits)

Examples:

"000486306"

"15908"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id_number
string
required
url
string
required
@type
string
default:@rhode_island_company
name
string | null
formation_date
string | null
formation_date_label
string | null
effective_date
string | null
jurisdiction_state
string | null
jurisdiction_country
string | null
former_names
RhodeIslandFormerName · object[]
mergers
RhodeIslandMerger · object[]
fictitious_names
RhodeIslandFictitiousName · object[]
principal_address
RhodeIslandAddress · object
mailing_address
RhodeIslandAddress · object
resident_agent
RhodeIslandAgent · object
agent_resigned
boolean | null
members_managed
string | null
officers
RhodeIslandOfficer · object[]
stocks
RhodeIslandStock · object[]
purpose
string | null
naics
string | null