UnifyAPI
← Back to catalog

depsdev.package

mock data$0.001 / call

Package Info (deps.dev)

Get package metadata from Google deps.dev — all versions, default version, ecosystem. Covers npm, PyPI, Go, Maven, Cargo, NuGet (50M+ package versions). Complements npm/PyPI registries with cross-ecosystem unified view.

Developer Toolsprovider: Depsdev#depsdev#developer

Input schema

systemrequired

Package ecosystem: npm, pypi, go, maven, cargo, or nuget

string
packagerequired

Package name (e.g. express, requests, gin-gonic/gin, log4j-core)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/depsdev.package \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"system":"<system>","package":"<package>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.