API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5559/?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/428/?format=api"
    ],
    "id": 5559,
    "title": "emojificate",
    "slug": "emojificate",
    "last_updated": "2026-02-01T19:16:47-05:00",
    "last_fetched": "2026-02-15T19:10:44.710854-05:00",
    "repo_url": "https://github.com/glasnt/emojificate",
    "pypi_version": "0.7.0",
    "created": "2022-09-26T12:14:48.906405-04:00",
    "modified": "2026-01-28T14:49:52.844603-05:00",
    "repo_forks": 8,
    "repo_description": "🙃 Turn text with emoji into text with accessible emoji",
    "pypi_url": "https://pypi.org/project/emojificate",
    "documentation_url": "",
    "repo_watchers": 64,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0
    ],
    "participants": [
        "glasnt",
        "freakboy3742",
        "bmispelon",
        "jdherg",
        "MarkusH",
        "diceroll123"
    ]
}