/
/jsr API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 5d ago
  • postCreate a new scope
  • getGet scope details
  • deleteDelete scope
  • patchUpdate scope
  • getList scope members
  • postAdd scope member
  • deleteRemove scope member
  • patchUpdate scope member
  • getList scope invites
  • deleteDelete scope invite
  • getList packages
  • getList scope packages
  • postCreate a new package
  • getGet package details
  • deleteDelete package
  • patchUpdate package
  • getList package dependents
  • getList package versions
  • getGet package version details
  • postCreate a new package version
  • patchUpdate package version
  • getList the dependencies of a package version
  • getGet authenticated user's details
  • getList authenticated user's scopes
  • getGet authenticated user's scope member details
  • getList authenticated user's scope invites
  • postAccept scope invite
  • deleteDecline scope invite
  • getGet user details
  • getList user's scopes
  • postCreate authorization
  • getGet authorization details
  • postApprove authorization
  • postDeny authorization
  • postExchange authorization code for access token
  • getGet publishing task details
  • getGet stats

Get stats

Returns stats about the registry

get/stats

Response

OK

Example response

{
  "newest": [
    {
      "scope": "denoland",
      "name": "fmt",
      "description": "A module for formatting strings.",
      "githubRepository": {
        "owner": "denoland",
        "name": "deno"
      }
    }
  ],
  "updated": [
    {
      "scope": "denoland",
      "name": "fmt",
      "version": "1.2.3"
    }
  ]
}

Changes