package/details
Returns detailed information for one package.
URL
https://api.yourepo.com/1.0/package/details.json
Accessibility
Secret key
Supported request methods
GET
Requires authentication
Yes
Rate limited
Inherits global rate limit
Arguments
Required
- package
Your package identifier.
Example responses
GET https://api.yourepo.com/1.0/package/details.json?secret_key=YOUR_SECRET_KEY&package=com.yourepo.source.package{ "code": 0, "response": { "package": "com.yourepo.vxbakerxv.magiccolors", "name": "MagicColors Pro", "date": "2015-08-20T04:31:16+02:00", "version": "1.8-1", "architecture": "iphoneos-arm", "author": "vXBaKeRXv", "section": "Tweaks", "description": "iOS Color tweak 7x-8x!", "pre-depends": "", "depends": "mobilesubstrate, org.thebigboss.libcolorpicker", "conflicts": "", "replaces": "", "size":"340418", "md5sum": "2bcfb24bf0170252dce7b745b840365e", "sha256": "656c9973fa2251c224259b9495a4602ff363ce5aa386ac3b56570b8d83b05932", "long_description": ".....", "compatible": [ "iOS 7", "iOS 8" ], "total_download": "211", "total_votes": "12", "total_value_votes":"58", "online": "1", "price": "1.25", "currency": "USD", "source": { "name": "vXBaKeRXv", "origin": "vXBaKeRXv", "url": "https:\/\/vxbakerxv.yourepo.com\/" }, "icon": "https:\/\/vxbakerxv.yourepo.com\/images\/debs\/com.yourepo.vxbakerxv.magiccolors.png", "screenshots": [ "https:\/\/vxbakerxv.yourepo.com\/images\/debs\/com.yourepo.vxbakerxv.magiccolors\/1.png", "https:\/\/vxbakerxv.yourepo.com\/images\/debs\/com.yourepo.vxbakerxv.magiccolors\/2.png", "https:\/\/vxbakerxv.yourepo.com\/images\/debs\/com.yourepo.vxbakerxv.magiccolors\/3.jpeg" ], "url": "https:\/\/vxbakerxv.yourepo.com\/pack\/magiccolors" } }