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",
      "package": "fmt",
      "version": "1.2.3"
    }
  ],
  "featured": [
    {
      "scope": "denoland",
      "name": "fmt",
      "description": "A module for formatting strings.",
      "githubRepository": {
        "owner": "denoland",
        "name": "deno"
      }
    }
  ]
}

Changes