Search Endpoints 🔍
Search Companies
Search endpoint with filtering capabilities
This endpoint supports:
- Basic company information filtering (name, register number, court, prefix, active status)
- Address and location filtering (address, city)
- Financial information filtering (has financial reports)
The results are paginated with count information included.
Filter Examples
Basic company search
?name=Tech&city=Berlin&is_active=true
Search by register details
?register_number=123456®ister_court=Amtsgericht Berlin®ister_prefix=HRB
Search with financial filter
?has_financials=true&city=Munich
GET
Authorizations
Enter your API key
Query Parameters
Company name (partial match)
Company register number
Court where the company is registered
Register prefix (e.g., HRB, HRA)
Whether the company is active
Address (partial match)
City (partial match)
Whether the company has financial reports
Number of items to skip
Required range:
x >= 0
Maximum number of items to return
Required range:
1 <= x <= 100
Response
200
application/json
Successful Response
Model for company search response