> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaarrekening.be/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

> List enterprises with optional search by name or number.



## OpenAPI

````yaml GET /enterprises
openapi: 3.1.0
info:
  title: Jaarrekening.be API
  description: >-
    API for accessing Belgian enterprise data including financials, directors,
    and investments.
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://jaarrekening.be/api/v1
security:
  - bearerAuth: []
paths:
  /enterprises:
    get:
      description: List enterprises with optional search by name or number.
      parameters:
        - name: search
          in: query
          description: Search by enterprise name or number
          schema:
            type: string
          example: Elec
      responses:
        '200':
          description: List of enterprises
          content:
            application/json:
              schema:
                type: object
              example:
                data:
                  - slug: société-mosane-d-electronique
                    name: Société Mosane d'Electronique
                    number: 0404.441.993
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Saint-Georges-sur-Meuse
                    municipality_fr: Saint-Georges-sur-Meuse
                    zipcode: '4470'
                    street_nl: Rue Joseph Wauters
                    street_fr: Rue Joseph Wauters
                    house_number: '8'
                    contact: []
                  - slug: Société-d-Applications-Frigorifiques-et-Electroniques
                    name: Société d'Applications Frigorifiques et Electroniques
                    number: 0404.619.266
                    start_date: '1949-12-30T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2000'
                    street_nl: Lange Schipperskapelstraat
                    street_fr: Lange Schipperskapelstraat
                    house_number: 1-3
                    contact: []
                  - slug: electro-style
                    name: Electro-Style
                    number: 0404.636.884
                    start_date: '1961-09-19T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2060'
                    street_nl: Sint-Gummarusstraat
                    street_fr: Sint-Gummarusstraat
                    house_number: '40'
                    contact: []
                  - slug: european-electric-service-ltd
                    name: European Electric Service Ltd
                    number: 0404.638.765
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2000'
                    street_nl: Meir
                    street_fr: Meir
                    house_number: '42'
                    contact: []
                  - slug: Govaerts-Electriciteitsbenodigdheden
                    name: Govaerts - Electriciteitsbenodigdheden
                    number: 0404.642.923
                    start_date: '1925-01-20T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2000'
                    street_nl: Hessenplein
                    street_fr: Hessenplein
                    house_number: '2'
                    contact: []
                  - slug: Marine-Electronic-Service
                    name: Marine Electronic Service
                    number: 0404.651.930
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2018'
                    street_nl: De Keyserlei
                    street_fr: De Keyserlei
                    house_number: '53'
                    contact: []
                  - slug: electro-industrielle
                    name: Electro Industrielle
                    number: 0404.656.977
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2060'
                    street_nl: Sint-Jansplein
                    street_fr: Sint-Jansplein
                    house_number: '17'
                    contact: []
                  - slug: service-auto-radio-electrique
                    name: Service Auto-Radio-ELectrique
                    number: 0404.661.234
                    start_date: '1954-03-21T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2018'
                    street_nl: Sint-Vincentiusstraat
                    street_fr: Sint-Vincentiusstraat
                    house_number: '35'
                    contact: []
                  - slug: stereo-electronics
                    name: Stereo Electronics
                    number: 0404.665.192
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2018'
                    street_nl: Lange Leemstraat
                    street_fr: Lange Leemstraat
                    house_number: '54'
                    contact: []
                  - slug: electronical-management-office
                    name: Electronical Management Office
                    number: 0404.885.819
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2000'
                    street_nl: Koningstraat
                    street_fr: Koningstraat
                    house_number: '10'
                    contact: []
                  - slug: electro-willemen
                    name: Electro Willemen
                    number: 0404.924.520
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2140'
                    street_nl: Te Boelaarlei
                    street_fr: Te Boelaarlei
                    house_number: '27'
                    contact: []
                  - slug: electriciteitszaak-de-wit
                    name: Electriciteitszaak De Wit
                    number: 0405.022.609
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Antwerpen
                    municipality_fr: Antwerpen
                    zipcode: '2000'
                    street_nl: Schildersstraat
                    street_fr: Schildersstraat
                    house_number: '53'
                    contact: []
                  - slug: Auto-Electro-Diesel-Equipment
                    name: Auto Electro Diesel Equipment
                    number: 0405.089.420
                    start_date: '1965-04-06T00:00:00.000000Z'
                    municipality_nl: Brugge
                    municipality_fr: Brugge
                    zipcode: '8000'
                    street_nl: Sint-Clarastraat
                    street_fr: Sint-Clarastraat
                    house_number: '121'
                    contact: []
                  - slug: electa
                    name: Electa
                    number: 0405.110.602
                    start_date: '1968-01-01T00:00:00.000000Z'
                    municipality_nl: Sint-Niklaas
                    municipality_fr: Sint-Niklaas
                    zipcode: '9100'
                    street_nl: Europark-Noord
                    street_fr: Europark-Noord
                    house_number: '39'
                    contact: []
                  - slug: electricité-générale-d-ostende
                    name: Electricité Générale d'Ostende
                    number: 0405.255.904
                    start_date: '1953-04-30T00:00:00.000000Z'
                    municipality_nl: Oostende
                    municipality_fr: Oostende
                    zipcode: '8400'
                    street_nl: Groentemarkt
                    street_fr: Groentemarkt
                    house_number: '4'
                    contact: []
                links:
                  first: http://localhost:8000/api/v1/enterprises?page=1
                  last: null
                  prev: null
                  next: http://localhost:8000/api/v1/enterprises?page=2
                meta:
                  current_page: 1
                  from: 1
                  path: http://localhost:8000/api/v1/enterprises
                  per_page: 15
                  to: 15
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````