v1
latestOpenAPI 3.1.02026-07-241695611.0 MBGet International Searches
Retrieve a list of international business searches.
Query parameters
The query param, can either be a search name or a search id. If it is a search id, it will be used to search by id. If it is a search name, it will be used to search by name. If it is not provided, it will be ignored.
The query param, can either be a search name or a search id. If it is a search id, it will be used to search by id. If it is a search name, it will be used to search by name. If it is not provided, it will be ignored.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Filter records created on or after this date (format: YYYY-MM-DD).
Filter records created on or after this date (format: YYYY-MM-DD).
Filter records created on or before this date (format: YYYY-MM-DD).
Filter records created on or before this date (format: YYYY-MM-DD).
IANA timezone identifier used to interpret start_date and end_date (defaults to UTC).
IANA timezone identifier used to interpret start_date and end_date (defaults to UTC).
Response
List of international business searches.
Example response
[
{
"user": {
"first_name": "Austin",
"last_name": "Taylor",
"email": "jessicasimpson@example.com"
},
"name": "Acme Corporation",
"address": "1640 Riverside Drive, Hill Valley, CA",
"search_address": {
"premise": "221B",
"thoroughfare": "Baker Street",
"dependent_thoroughfare": "Marylebone Road",
"locality": "London",
"dependent_locality": "Westminster",
"administrative_area": "England",
"postal_code": "NW1 6XE",
"country_iso_3": "GBR",
"latitude": 51.5237,
"longitude": -0.1585,
"type": "Registered Office"
},
"filing_number": "09517735",
"reference_id": "Search1234",
"filing_number_match": true,
"created_at": "2026-07-16T19:24:27.811868",
"updated_at": "2026-07-16T19:24:27.811885",
"verified": true,
"scores": [
{
"score": 95,
"rating": "A"
}
],
"options": [
"Order.Enhanced"
],
"business": {
"name": "Acme Corporation",
"file_number": "867124",
"standing": "Registered",
"legal_form": "ltd",
"issue_date": "2024-01-01",
"incorporation_date": "2024-01-01",
"last_annual_account_date": "2024-01-01",
"dissolution_date": "2024-01-01",
"registration_authority": "Companies House, United Kingdom",
"registration_authority_code": "CA-ON",
"registration_type": "Federal",
"registry_type": "Registered society",
"addresses": [
{
"premise": "221B",
"thoroughfare": "Baker Street",
"dependent_thoroughfare": "Marylebone Road",
"locality": "London",
"dependent_locality": "Westminster",
"administrative_area": "England",
"postal_code": "NW1 6XE",
"country_iso_3": "GBR",
"latitude": 51.5237,
"longitude": -0.1585,
"type": "Registered Office"
}
],
"alternative_names": [
"Ramos, Garcia and Good"
]
},
"url": "https://api.baselayer.com/searches/c623e29e-1f57-11ef-938f-1edb1b067314"
}
]