APIHub
Back to Explore

API V1

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

Open Data
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

1ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/v1/scans

Retrieves all scans

  • name (query)
  • per_page (query, limit)
GET

/api/v1/scans/{id}

Retrieves a project scan result

  • id (path, required)
GET

/api/v1/scans/{id}/files/{file_id}

Retrieves a file object, containing information about dependencies in the file

  • id (path, required)
  • file_id (path, required)
  • per_page (query, limit)

3 endpoints auto-detected

Authentication

This API uses an API key, passed in the "apiKey" header. No OAuth required.

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

{defaulthost} · HTTPS only