API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2976/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/277/?format=api"
    ],
    "id": 2976,
    "title": "hashtag-miner",
    "slug": "hashtag-miner",
    "last_updated": "2014-11-23T16:59:26-05:00",
    "last_fetched": "2016-07-24T15:01:42.825013-04:00",
    "repo_url": "https://github.com/allentran/hashtag-miner",
    "pypi_version": null,
    "created": "2015-07-16T18:25:01.274326-04:00",
    "modified": "2025-01-31T14:59:38.074690-05:00",
    "repo_forks": 1,
    "repo_description": "Django web interface for scraping Twitter/Instagram hashtags",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 1,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "allentran"
    ]
}