# Loket.nl API **Provider:** Loket.nl **Category:** maps **Base URL:** `https://api.loket.nl/v2` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.loket.nl/v2 ## Description Is this your first time here? Please check out our introduction to Loket (API) The initial loading time of this developer portal may be very long due to the large number of endpoints designs being rendered when loading the page. We are lookin ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.loket.nl/v2/achmeainsurancecontracts` | list of insurance contracts | | GET | `https://api.loket.nl/v2/achmeainsurancecontracts/{achmeaInsuranceContractId}/insuredwagecalculationpercentages` | list of wage percentages for an insurance contract | | GET | `https://api.loket.nl/v2/aowDate` | Acquire the AOW date | | GET | `https://api.loket.nl/v2/applications/{applicationId}/authorizations` | Authorizations for the application | | GET | `https://api.loket.nl/v2/applications/{applicationId}/logo` | Download the application logo | | GET | `https://api.loket.nl/v2/chamberofcommerce/{chamberOfCommerceNumber}/companyinformation` | Acquire company information | | GET | `https://api.loket.nl/v2/datanewbusiness/functions` | Get a list of functions | | GET | `https://api.loket.nl/v2/datanewbusiness/token` | Get Data New Business token | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.loket.nl/v2/achmeainsurancecontracts' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/loket-nl/) — CC BY 4.0*