DocsEcosystemRegistry REST API Reference
Ecosystem

Registry REST API Reference

Complete HTTP REST API documentation for querying packages, downloading archives, and managing tokens.

NextViper Registry REST API Reference

The NextViper Package Registry exposes a high-performance REST API used by the NextViper CLI and web client.

Base URL: https://nextviper.nuratix.com/api


Endpoints

1. Search Packages

http
GET /api/search?q={query}&category={category}&sort={relevance|downloads|recent}&limit={limit}&offset={offset}

2. Get Package Details

http
GET /api/packages/{name}

3. Get Specific Version

http
GET /api/packages/{name}/{version}

4. Download Tarball

http
GET /api/packages/{name}/{version}/download
  • Returns: application/gzip archive stream
  • Header: X-Checksum-SHA256: <hash>
  • 5. Publish Version (Authenticated)

    http
    POST /api/packages/publish
    Authorization: Bearer nv_...
    Content-Type: multipart/form-data (or application/gzip)