VersionEye is a cross-platform search engine for free/libre/open source software libraries.
https://{defaultHost}
Auth type
API Key Header
Auth header
apiKey: YOUR_API_KEY
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://{defaultHost}
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
25%
builder-friendly
API key in the request header (apiKey)
apiKey: YOUR_API_KEY
Freemium. Free tier available; see provider documentation for current pricing.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/scans |
Retrieves all scans |
| GET | /api/v1/scans/{id} |
Retrieves a project scan result |
| GET | /api/v1/scans/{id}/files/{file_id} |
Retrieves a file object, containing information about dependencies in the file |
curl -X GET 'https://{defaultHost}/api/v1/scans' \
-H 'apiKey: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official API V1 documentation.