Skip to content

Instantly share code, notes, and snippets.

@manifity
Created November 13, 2019 11:37
Show Gist options
  • Save manifity/bbdfd2eefb0ef9b1dd4212b03324d71c to your computer and use it in GitHub Desktop.
Save manifity/bbdfd2eefb0ef9b1dd4212b03324d71c to your computer and use it in GitHub Desktop.
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"audio": 27000,
"standard_free": 153000,
"free": 40000,
"standard": 113000,
"only_pro": 15000,
"total": 195000,
"counters": {
"audio": 27000,
"standard_free": 153000,
"free": 40000,
"standard": 113000,
"only_pro": 15000,
"total": 195000
},
"region": {
"name": "Russia",
"default_language": "ru",
"currency": "Рубль",
"languages": [
"hi",
"ru",
"uk",
"en",
"de",
"fr",
"es",
"lv",
"it",
"be"
],
"payment_methods": [
{
"slug": "paypal",
"name": "PayPal",
"image": null,
"description": "PayPal"
},
{
"slug": "mir_card",
"name": "Оплата картой МИР",
"image": null,
"description": "newnew"
},
{
"slug": "webmoney",
"name": "WebMoney",
"image": null,
"description": "через кошелек WebMoney"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment