# API V1 **Provider:** API V1 **Category:** search **Base URL:** `https://{defaultHost}` **Auth:** api-key — `apiKey: YOUR_API_KEY` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://{defaultHost} ## Description VersionEye is a cross-platform search engine for free/libre/open source software libraries. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://{defaultHost}/api/v1/scans` | Retrieves all scans | | GET | `https://{defaultHost}/api/v1/scans/{id}` | Retrieves a project scan result | | GET | `https://{defaultHost}/api/v1/scans/{id}/files/{file_id}` | Retrieves a file object, containing information about dependencies in the file | ## Authentication API key in the request header (apiKey) ``` apiKey: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://{defaultHost}/api/v1/scans' \ -H 'apiKey: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free tier available; see provider documentation for current pricing. --- *Source: [API Map](https://apimap.dev/apis/api-v1/) — CC BY 4.0*