A

API V1

by API V1 Free tier

VersionEye is a cross-platform search engine for free/libre/open source software libraries.

searchversioneye

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
41

Authentication

API key in the request header (apiKey)

apiKey: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Free tier available; see provider documentation for current pricing.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://{defaultHost}/api/v1/scans' \
  -H 'apiKey: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official API V1 documentation.