Skip to main content
POST
/
api
/
borme
/
acts
/borme/acts
curl --request POST \
  --url https://api.anysite.io/api/borme/acts \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "borme_id": "BORME-A-2026-116-08",
  "year": 2026,
  "number": 116,
  "province_code": "08"
}
'
[
  {
    "registro_number": "<string>",
    "company": "<string>",
    "@type": "@borme_act",
    "act_types": [],
    "text": "<string>",
    "start_date": "<string>",
    "objeto_social": "<string>",
    "domicilio": "<string>",
    "capital": "<string>",
    "sole_shareholder": "<string>",
    "appointments": [],
    "registry": {
      "@type": "@borme_registry_data",
      "volume": "<string>",
      "folio": "<string>",
      "section": "<string>",
      "sheet": "<string>",
      "entry": "<string>",
      "date": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
borme_id
string | null

Full BORME act publication identifier

Example:

"BORME-A-2026-116-08"

year
integer | null

Publication year of the act package

Required range: x >= 2001
Example:

2026

number
integer | null

Daily gazette issue number

Required range: x >= 1
Example:

116

province_code
string | null

Province code or name of the commercial register

Example:

"08"

Response

Successful Response

registro_number
string
required
company
string
required
@type
string
default:@borme_act
act_types
string[]
text
string | null
start_date
string | null
objeto_social
string | null
domicilio
string | null
capital
string | null
sole_shareholder
string | null
appointments
BormeAppointment · object[]
registry
BormeRegistryData · object