27 lines
487 B
JSON
27 lines
487 B
JSON
|
{
|
||
|
"request": {
|
||
|
"api_url": "http://api.giphy.com/v1/gifs/translate",
|
||
|
"params": {
|
||
|
"s": "Hello",
|
||
|
"api_key": "12345678"
|
||
|
}
|
||
|
},
|
||
|
"response": {
|
||
|
"meta": {
|
||
|
"status": 200
|
||
|
},
|
||
|
"data": {
|
||
|
"images": {
|
||
|
"original": {
|
||
|
"url": "https://media4.giphy.com/media/3o6ZtpxSZbQRRnwCKQ/giphy.gif"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"response-headers": {
|
||
|
"status": 200,
|
||
|
"ok": true,
|
||
|
"content-type": "application/json; charset=utf-8"
|
||
|
}
|
||
|
}
|