Package Lookup

GET /jailbreak/package/{packageId}

Retrieve all versions of a package by package ID

Path parameters

Responses

GET /jailbreak/package/{packageId}
curl \
 -X GET http://api.example.com/jailbreak/package/com.mycompany.mypackage
Response examples (200)
{
  "message": "200 Successful",
  "date": "2025-05-04T09:42:00+00:00",
  "count": 42,
  "data": [
    {
      "id": "fda6e5fd8385fd2aa6409dad55395739d9f8ccfccfc900bfdfb97692a9b279e6",
      "icon_url": "https://elihwyma.github.io/Aemulo/assets/Icon.png",
      "tags": [
        "string"
      ],
      "package_id": "com.amywhile.aemulo",
      "price": "Free",
      "native_depiction": "https://elihwyma.github.io/Aemulo/NativeDepiction.json",
      "installed_size": 1720,
      "section": "Tweaks",
      "package": "com.amywhile.aemulo",
      "repository": {
        "slug": "amy",
        "origin_last_updated": "2024-07-24T03:04:08+00:00",
        "quality": 3,
        "origin_uses_https": true,
        "name": "Amy's Repo",
        "version": "1.0",
        "origin_packages_hash": "976342039c0c4c0ff1d2010ad66bb59dc49344f8ed7a468e360600dd42915297",
        "sections": [
          "string"
        ],
        "origin_has_release_gpg": true,
        "origin_supports_payment_v1": false,
        "isBootstrap": false,
        "id": "amy",
        "suite": "./",
        "date": "2024-06-12T16:00:18+00:00",
        "origin_release_hash": "1f7530bde853c58e89480203455795e6202e699906fd59c55c95d11ab06906c3",
        "uri": "https://repo.anamy.gay",
        "origin_has_in_release": false,
        "visible": true,
        "tier": 3,
        "description": "Amy's Dump of Tweaks",
        "bootstrap": false,
        "origin_packages_path": "/Packages.zst",
        "package_count": 0,
        "origin_release_path": "/Release",
        "origin_hostname": "repo.anamy.gay",
        "origin_supports_payment_v2": false
      },
      "header_url": "https://elihwyma.github.io/Aemulo/assets/Depiction-Header.png",
      "visible": true,
      "name": "Aemulo",
      "sha256_hash": "35f8a73d59da76bd391d721fba9600d0a2380df63371a6c6c4db5d4ff06ce2a8",
      "latest_version": true,
      "package_size": 487530,
      "refs": {
        "repo": "https://api.canister.me/v2/jailbreak/repository/amy",
        "meta": "https://api.canister.me/v2/jailbreak/package/com.amywhile.aemulo"
      },
      "author": "Amy While <support@anamy.gay>",
      "package_filename": "./pool/com.amywhile.aemulo_2.0-82b9fb9_iphoneos-arm.deb",
      "architecture": "iphoneos-arm",
      "repository_id": "amy",
      "quality": 3,
      "version": "2.0-82b9fb9",
      "description": "NFC Frickery",
      "maintainer": "Amy While <support@anamy.gay>",
      "repositoryTier": 3
    }
  ]
}
Response examples (400)
{
  "error": "Missing query parameter: 'q'",
  "message": "400 Bad Request",
  "date": "2023-01-04T20: 34: 05.627525+00: 00"
}
Response examples (404)
{
  "date": "2023-01-04T20:34:05+00:00",
  "message": "404 Not Found"
}