giphy 0.4.1

Giphy API wrapper for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
{
  "data": [
    {
      "type": "gif",
      "id": "22CEvbj04nLLq",
      "slug": "funny-the-office-rage-22CEvbj04nLLq",
      "url": "https://giphy.com/gifs/funny-the-office-rage-22CEvbj04nLLq",
      "bitly_gif_url": "https://gph.is/KqiBla",
      "bitly_url": "https://gph.is/KqiBla",
      "embed_url": "https://giphy.com/embed/22CEvbj04nLLq",
      "username": "",
      "source": "https://thebusinessweave.tumblr.com/post/66011116204/whenever-i-get-friend-zoned",
      "rating": "g",
      "content_url": "",
      "source_tld": "thebusinessweave.tumblr.com",
      "source_post_url": "https://thebusinessweave.tumblr.com/post/66011116204/whenever-i-get-friend-zoned",
      "is_sticker": 0,
      "import_datetime": "2014-01-04 19:10:05",
      "trending_datetime": "1970-01-01 00:00:00",
      "images": {
        "fixed_height_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/200_s.gif",
          "width": "234",
          "height": "200"
        },
        "original_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy_s.gif",
          "width": "250",
          "height": "214"
        },
        "fixed_width": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/200w.gif",
          "width": "200",
          "height": "171",
          "size": "1457665",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/200w.mp4",
          "mp4_size": "33167",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/200w.webp",
          "webp_size": "617468"
        },
        "fixed_height_small_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/100_s.gif",
          "width": "117",
          "height": "100"
        },
        "fixed_height_downsampled": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/200_d.gif",
          "width": "234",
          "height": "200",
          "size": "136640",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/200_d.webp",
          "webp_size": "43322"
        },
        "preview": {
          "width": "250",
          "height": "214",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-preview.mp4",
          "mp4_size": "30080"
        },
        "fixed_height_small": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/100.gif",
          "width": "117",
          "height": "100",
          "size": "492506",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/100.mp4",
          "mp4_size": "18071",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/100.webp",
          "webp_size": "308686"
        },
        "downsized_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-downsized_s.gif",
          "width": "250",
          "height": "214",
          "size": "30229"
        },
        "downsized": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-downsized.gif",
          "width": "250",
          "height": "214",
          "size": "1278102"
        },
        "downsized_large": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy.gif",
          "width": "250",
          "height": "214",
          "size": "2323093"
        },
        "fixed_width_small_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/100w_s.gif",
          "width": "100",
          "height": "86"
        },
        "preview_webp": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-preview.webp",
          "width": "183",
          "height": "157",
          "size": "48840"
        },
        "fixed_width_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/200w_s.gif",
          "width": "200",
          "height": "171"
        },
        "fixed_width_small": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/100w.gif",
          "width": "100",
          "height": "86",
          "size": "350132",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/100w.mp4",
          "mp4_size": "15527",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/100w.webp",
          "webp_size": "243738"
        },
        "downsized_small": {
          "width": "250",
          "height": "214",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-downsized-small.mp4",
          "mp4_size": "75210"
        },
        "fixed_width_downsampled": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/200w_d.gif",
          "width": "200",
          "height": "171",
          "size": "100858",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/200w_d.webp",
          "webp_size": "33554"
        },
        "downsized_medium": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy.gif",
          "width": "250",
          "height": "214",
          "size": "2323093"
        },
        "original": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy.gif",
          "width": "250",
          "height": "214",
          "size": "2323093",
          "frames": "112",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy.mp4",
          "mp4_size": "122046",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy.webp",
          "webp_size": "948400"
        },
        "fixed_height": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/200.gif",
          "width": "234",
          "height": "200",
          "size": "1960256",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/200.mp4",
          "mp4_size": "40620",
          "webp": "https://media3.giphy.com/media/22CEvbj04nLLq/200.webp",
          "webp_size": "795820"
        },
        "looping": {
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-loop.mp4",
          "mp4_size": "497516"
        },
        "original_mp4": {
          "width": "480",
          "height": "410",
          "mp4": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy.mp4",
          "mp4_size": "122046"
        },
        "preview_gif": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/giphy-preview.gif",
          "width": "112",
          "height": "96",
          "size": "48033"
        },
        "480w_still": {
          "url": "https://media3.giphy.com/media/22CEvbj04nLLq/480w_s.jpg",
          "width": "480",
          "height": "411"
        }
      },
      "title": "the office rage GIF",
      "_score": 2500058.2,
      "analytics": {
        "onload": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=22CEvbj04nLLq&action_type=SEEN"
        },
        "onclick": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=22CEvbj04nLLq&action_type=CLICK"
        },
        "onsent": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=22CEvbj04nLLq&action_type=SENT"
        }
      }
    },
    {
      "type": "gif",
      "id": "13EjnL7RwHmA2Q",
      "slug": "cheezburger-rage-13EjnL7RwHmA2Q",
      "url": "https://giphy.com/gifs/cheezburger-rage-13EjnL7RwHmA2Q",
      "bitly_gif_url": "https://gph.is/HEQUDq",
      "bitly_url": "https://gph.is/HEQUDq",
      "embed_url": "https://giphy.com/embed/13EjnL7RwHmA2Q",
      "username": "cheezburger",
      "source": "https://cheezburger.com/7880433920",
      "rating": "g",
      "content_url": "",
      "source_tld": "cheezburger.com",
      "source_post_url": "https://cheezburger.com/7880433920",
      "is_sticker": 0,
      "import_datetime": "2013-11-04 12:25:26",
      "trending_datetime": "2013-11-04 12:25:26",
      "user": {
        "avatar_url": "https://media4.giphy.com/avatars/cheezburger/zygsw6sWuOPu.jpg",
        "banner_url": "https://media4.giphy.com/avatars/cheezburger/XkuejOhoGLE6.jpg",
        "banner_image": "https://media4.giphy.com/avatars/cheezburger/XkuejOhoGLE6.jpg",
        "profile_url": "https://giphy.com/cheezburger/",
        "username": "cheezburger",
        "display_name": "Cheezburger",
        "is_verified": false
      },
      "images": {
        "fixed_height_still": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200_s.gif",
          "width": "288",
          "height": "200"
        },
        "original_still": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy_s.gif",
          "width": "323",
          "height": "224"
        },
        "fixed_width": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200w.gif",
          "width": "200",
          "height": "139",
          "size": "630116",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200w.mp4",
          "mp4_size": "80904",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200w.webp",
          "webp_size": "584128"
        },
        "fixed_height_small_still": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100_s.gif",
          "width": "144",
          "height": "100"
        },
        "fixed_height_downsampled": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200_d.gif",
          "width": "288",
          "height": "200",
          "size": "150841",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200_d.webp",
          "webp_size": "92750"
        },
        "preview": {
          "width": "256",
          "height": "178",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-preview.mp4",
          "mp4_size": "32912"
        },
        "fixed_height_small": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100.gif",
          "width": "144",
          "height": "100",
          "size": "373588",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100.mp4",
          "mp4_size": "47035",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100.webp",
          "webp_size": "365640"
        },
        "downsized_still": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-downsized_s.gif",
          "width": "323",
          "height": "224",
          "size": "19815"
        },
        "downsized": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-downsized.gif",
          "width": "323",
          "height": "224",
          "size": "1038700"
        },
        "downsized_large": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy.gif",
          "width": "323",
          "height": "224",
          "size": "1038700"
        },
        "fixed_width_small_still": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100w_s.gif",
          "width": "100",
          "height": "69"
        },
        "preview_webp": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-preview.webp",
          "width": "221",
          "height": "153",
          "size": "47964"
        },
        "fixed_width_still": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200w_s.gif",
          "width": "200",
          "height": "139"
        },
        "fixed_width_small": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100w.gif",
          "width": "100",
          "height": "69",
          "size": "193018",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100w.mp4",
          "mp4_size": "31675",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/100w.webp",
          "webp_size": "211228"
        },
        "downsized_small": {
          "width": "235",
          "height": "164",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-downsized-small.mp4",
          "mp4_size": "145654"
        },
        "fixed_width_downsampled": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200w_d.gif",
          "width": "200",
          "height": "139",
          "size": "73759",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200w_d.webp",
          "webp_size": "42176"
        },
        "downsized_medium": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy.gif",
          "width": "323",
          "height": "224",
          "size": "1038700"
        },
        "original": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy.gif",
          "width": "323",
          "height": "224",
          "size": "1038700",
          "frames": "94",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy.mp4",
          "mp4_size": "492532",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy.webp",
          "webp_size": "1578702"
        },
        "fixed_height": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200.gif",
          "width": "288",
          "height": "200",
          "size": "1205038",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200.mp4",
          "mp4_size": "147654",
          "webp": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/200.webp",
          "webp_size": "1159754"
        },
        "looping": {
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-loop.mp4",
          "mp4_size": "891824"
        },
        "original_mp4": {
          "width": "480",
          "height": "332",
          "mp4": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy.mp4",
          "mp4_size": "492532"
        },
        "preview_gif": {
          "url": "https://media0.giphy.com/media/13EjnL7RwHmA2Q/giphy-preview.gif",
          "width": "241",
          "height": "167",
          "size": "48377"
        },
        "480w_still": {
          "url": "https://media3.giphy.com/media/13EjnL7RwHmA2Q/480w_s.jpg",
          "width": "480",
          "height": "333"
        }
      },
      "title": "rage GIF by Cheezburger",
      "_score": 2300057,
      "analytics": {
        "onload": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=13EjnL7RwHmA2Q&action_type=SEEN"
        },
        "onclick": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=13EjnL7RwHmA2Q&action_type=CLICK"
        },
        "onsent": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=13EjnL7RwHmA2Q&action_type=SENT"
        }
      }
    },
    {
      "type": "gif",
      "id": "LTpmRMNSmZgIw",
      "slug": "LTpmRMNSmZgIw",
      "url": "https://giphy.com/gifs/LTpmRMNSmZgIw",
      "bitly_gif_url": "https://gph.is/1AaMetU",
      "bitly_url": "https://gph.is/1AaMetU",
      "embed_url": "https://giphy.com/embed/LTpmRMNSmZgIw",
      "username": "",
      "source": "https://reddit.com/r/reactiongifs/comments/2yfyo6/mrw_i_dont_have_my_keys_on_me_when_leaving_for/",
      "rating": "g",
      "content_url": "",
      "source_tld": "reddit.com",
      "source_post_url": "https://reddit.com/r/reactiongifs/comments/2yfyo6/mrw_i_dont_have_my_keys_on_me_when_leaving_for/",
      "is_sticker": 0,
      "import_datetime": "2015-03-09 14:17:10",
      "trending_datetime": "2017-06-06 20:22:16",
      "images": {
        "fixed_height_still": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200_s.gif",
          "width": "240",
          "height": "200"
        },
        "original_still": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy_s.gif",
          "width": "374",
          "height": "312"
        },
        "fixed_width": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200w.gif",
          "width": "200",
          "height": "167",
          "size": "1503317",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200w.mp4",
          "mp4_size": "86818",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200w.webp",
          "webp_size": "434068"
        },
        "fixed_height_small_still": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100_s.gif",
          "width": "120",
          "height": "100"
        },
        "fixed_height_downsampled": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200_d.gif",
          "width": "240",
          "height": "200",
          "size": "157781",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200_d.webp",
          "webp_size": "57190"
        },
        "preview": {
          "width": "288",
          "height": "240",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-preview.mp4",
          "mp4_size": "25824"
        },
        "fixed_height_small": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100.gif",
          "width": "120",
          "height": "100",
          "size": "657442",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100.mp4",
          "mp4_size": "45222",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100.webp",
          "webp_size": "215458"
        },
        "downsized_still": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-downsized_s.gif",
          "width": "250",
          "height": "208",
          "size": "34587"
        },
        "downsized": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-downsized.gif",
          "width": "250",
          "height": "208",
          "size": "1742102"
        },
        "downsized_large": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy.gif",
          "width": "374",
          "height": "312",
          "size": "4664209"
        },
        "fixed_width_small_still": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100w_s.gif",
          "width": "100",
          "height": "83"
        },
        "preview_webp": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-preview.webp",
          "width": "169",
          "height": "141",
          "size": "49288"
        },
        "fixed_width_still": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200w_s.gif",
          "width": "200",
          "height": "167"
        },
        "fixed_width_small": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100w.gif",
          "width": "100",
          "height": "83",
          "size": "493551",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100w.mp4",
          "mp4_size": "36963",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/100w.webp",
          "webp_size": "166938"
        },
        "downsized_small": {
          "width": "323",
          "height": "270",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-downsized-small.mp4",
          "mp4_size": "179500"
        },
        "fixed_width_downsampled": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200w_d.gif",
          "width": "200",
          "height": "167",
          "size": "112888",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200w_d.webp",
          "webp_size": "43414"
        },
        "downsized_medium": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy.gif",
          "width": "374",
          "height": "312",
          "size": "4664209"
        },
        "original": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy.gif",
          "width": "374",
          "height": "312",
          "size": "4664209",
          "frames": "84",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy.mp4",
          "mp4_size": "302188",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy.webp",
          "webp_size": "1277686"
        },
        "fixed_height": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200.gif",
          "width": "240",
          "height": "200",
          "size": "2078074",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200.mp4",
          "mp4_size": "105983",
          "webp": "https://media1.giphy.com/media/LTpmRMNSmZgIw/200.webp",
          "webp_size": "559576"
        },
        "looping": {
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-loop.mp4",
          "mp4_size": "1258020"
        },
        "original_mp4": {
          "width": "480",
          "height": "400",
          "mp4": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy.mp4",
          "mp4_size": "302188"
        },
        "preview_gif": {
          "url": "https://media1.giphy.com/media/LTpmRMNSmZgIw/giphy-preview.gif",
          "width": "102",
          "height": "85",
          "size": "49652"
        },
        "480w_still": {
          "url": "https://media2.giphy.com/media/LTpmRMNSmZgIw/480w_s.jpg",
          "width": "480",
          "height": "400"
        }
      },
      "title": "angry samuel l jackson GIF",
      "_score": 2300045,
      "analytics": {
        "onload": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=LTpmRMNSmZgIw&action_type=SEEN"
        },
        "onclick": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=LTpmRMNSmZgIw&action_type=CLICK"
        },
        "onsent": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=LTpmRMNSmZgIw&action_type=SENT"
        }
      }
    },
    {
      "type": "gif",
      "id": "AFjfPUJ0mjWJG",
      "slug": "rage-AFjfPUJ0mjWJG",
      "url": "https://giphy.com/gifs/rage-AFjfPUJ0mjWJG",
      "bitly_gif_url": "https://gph.is/1aR0w92",
      "bitly_url": "https://gph.is/1aR0w92",
      "embed_url": "https://giphy.com/embed/AFjfPUJ0mjWJG",
      "username": "",
      "source": "https://fuckyeahreactionface.tumblr.com/post/1548599432",
      "rating": "g",
      "content_url": "",
      "source_tld": "fuckyeahreactionface.tumblr.com",
      "source_post_url": "https://fuckyeahreactionface.tumblr.com/post/1548599432",
      "is_sticker": 0,
      "import_datetime": "2013-06-27 13:52:19",
      "trending_datetime": "1970-01-01 00:00:00",
      "images": {
        "fixed_height_still": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200_s.gif",
          "width": "355",
          "height": "200"
        },
        "original_still": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy_s.gif",
          "width": "250",
          "height": "141"
        },
        "fixed_width": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200w.gif",
          "width": "200",
          "height": "113",
          "size": "309293",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200w.mp4",
          "mp4_size": "21314",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200w.webp",
          "webp_size": "122546"
        },
        "fixed_height_small_still": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100_s.gif",
          "width": "177",
          "height": "100"
        },
        "fixed_height_downsampled": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200_d.gif",
          "width": "355",
          "height": "200",
          "size": "177949",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200_d.webp",
          "webp_size": "60282"
        },
        "preview": {
          "width": "250",
          "height": "140",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-preview.mp4",
          "mp4_size": "48907"
        },
        "fixed_height_small": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100.gif",
          "width": "177",
          "height": "100",
          "size": "244527",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100.mp4",
          "mp4_size": "19145",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100.webp",
          "webp_size": "101142"
        },
        "downsized_still": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-downsized_s.gif",
          "width": "250",
          "height": "141",
          "size": "18398"
        },
        "downsized": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-downsized.gif",
          "width": "250",
          "height": "141",
          "size": "482687"
        },
        "downsized_large": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy.gif",
          "width": "250",
          "height": "141",
          "size": "482687"
        },
        "fixed_width_small_still": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100w_s.gif",
          "width": "100",
          "height": "56"
        },
        "preview_webp": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-preview.webp",
          "width": "250",
          "height": "141",
          "size": "39584"
        },
        "fixed_width_still": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200w_s.gif",
          "width": "200",
          "height": "113"
        },
        "fixed_width_small": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100w.gif",
          "width": "100",
          "height": "56",
          "size": "88768",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100w.mp4",
          "mp4_size": "9557",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/100w.webp",
          "webp_size": "44870"
        },
        "downsized_small": {
          "width": "250",
          "height": "140",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-downsized-small.mp4",
          "mp4_size": "48907"
        },
        "fixed_width_downsampled": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200w_d.gif",
          "width": "200",
          "height": "113",
          "size": "68636",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200w_d.webp",
          "webp_size": "25320"
        },
        "downsized_medium": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy.gif",
          "width": "250",
          "height": "141",
          "size": "482687"
        },
        "original": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy.gif",
          "width": "250",
          "height": "141",
          "size": "482687",
          "frames": "29",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy.mp4",
          "mp4_size": "92842",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy.webp",
          "webp_size": "181054"
        },
        "fixed_height": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200.gif",
          "width": "355",
          "height": "200",
          "size": "811540",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200.mp4",
          "mp4_size": "50091",
          "webp": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/200.webp",
          "webp_size": "289276"
        },
        "looping": {
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-loop.mp4",
          "mp4_size": "426035"
        },
        "original_mp4": {
          "width": "480",
          "height": "270",
          "mp4": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy.mp4",
          "mp4_size": "92842"
        },
        "preview_gif": {
          "url": "https://media3.giphy.com/media/AFjfPUJ0mjWJG/giphy-preview.gif",
          "width": "156",
          "height": "88",
          "size": "49330"
        },
        "480w_still": {
          "url": "https://media1.giphy.com/media/AFjfPUJ0mjWJG/480w_s.jpg",
          "width": "480",
          "height": "271"
        }
      },
      "title": "rage GIF",
      "_score": 2300042,
      "analytics": {
        "onload": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=AFjfPUJ0mjWJG&action_type=SEEN"
        },
        "onclick": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=AFjfPUJ0mjWJG&action_type=CLICK"
        },
        "onsent": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=AFjfPUJ0mjWJG&action_type=SENT"
        }
      }
    },
    {
      "type": "gif",
      "id": "l0MYrqggEwtDscVP2",
      "slug": "southparkgifs-l0MYrqggEwtDscVP2",
      "url": "https://giphy.com/gifs/southparkgifs-l0MYrqggEwtDscVP2",
      "bitly_gif_url": "https://gph.is/2bzCmt9",
      "bitly_url": "https://gph.is/2bzCmt9",
      "embed_url": "https://giphy.com/embed/l0MYrqggEwtDscVP2",
      "username": "southpark",
      "source": "https://comedycentral.com",
      "rating": "pg-13",
      "content_url": "",
      "source_tld": "comedycentral.com",
      "source_post_url": "https://comedycentral.com",
      "is_sticker": 0,
      "import_datetime": "2016-08-23 17:38:39",
      "trending_datetime": "1970-01-01 00:00:00",
      "user": {
        "avatar_url": "https://media3.giphy.com/channel_assets/southparkgifs/Yxjwn4anI9bQ.jpg",
        "banner_url": "https://media3.giphy.com/channel_assets/southparkgifs/F6LQFfrfV5e2.jpg",
        "banner_image": "https://media3.giphy.com/channel_assets/southparkgifs/F6LQFfrfV5e2.jpg",
        "profile_url": "https://giphy.com/southpark/",
        "username": "southpark",
        "display_name": "South Park",
        "is_verified": true
      },
      "images": {
        "fixed_height_still": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200_s.gif",
          "width": "356",
          "height": "200"
        },
        "original_still": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy_s.gif",
          "width": "480",
          "height": "270"
        },
        "fixed_width": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200w.gif",
          "width": "200",
          "height": "113",
          "size": "90439",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200w.mp4",
          "mp4_size": "18132",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200w.webp",
          "webp_size": "75436"
        },
        "fixed_height_small_still": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100_s.gif",
          "width": "178",
          "height": "100"
        },
        "fixed_height_downsampled": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200_d.gif",
          "width": "356",
          "height": "200",
          "size": "116347",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200_d.webp",
          "webp_size": "54718"
        },
        "preview": {
          "width": "432",
          "height": "242",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy-preview.mp4",
          "mp4_size": "44321"
        },
        "fixed_height_small": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100.gif",
          "width": "178",
          "height": "100",
          "size": "75518",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100.mp4",
          "mp4_size": "14975",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100.webp",
          "webp_size": "65658"
        },
        "downsized_still": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy_s.gif",
          "width": "480",
          "height": "270"
        },
        "downsized": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.gif",
          "width": "480",
          "height": "270",
          "size": "417034"
        },
        "downsized_large": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.gif",
          "width": "480",
          "height": "270",
          "size": "417034"
        },
        "fixed_width_small_still": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100w_s.gif",
          "width": "100",
          "height": "56"
        },
        "preview_webp": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy-preview.webp",
          "width": "252",
          "height": "142",
          "size": "48098"
        },
        "fixed_width_still": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200w_s.gif",
          "width": "200",
          "height": "113"
        },
        "fixed_width_small": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100w.gif",
          "width": "100",
          "height": "56",
          "size": "28182",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100w.mp4",
          "mp4_size": "9046",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/100w.webp",
          "webp_size": "31334"
        },
        "downsized_small": {
          "width": "480",
          "height": "270",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy-downsized-small.mp4",
          "mp4_size": "55501"
        },
        "fixed_width_downsampled": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200w_d.gif",
          "width": "200",
          "height": "113",
          "size": "42420",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200w_d.webp",
          "webp_size": "26936"
        },
        "downsized_medium": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.gif",
          "width": "480",
          "height": "270",
          "size": "417034"
        },
        "original": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.gif",
          "width": "480",
          "height": "270",
          "size": "417034",
          "frames": "18",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.mp4",
          "mp4_size": "57124",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.webp",
          "webp_size": "228430"
        },
        "fixed_height": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200.gif",
          "width": "356",
          "height": "200",
          "size": "245703",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200.mp4",
          "mp4_size": "35196",
          "webp": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/200.webp",
          "webp_size": "150856"
        },
        "looping": {
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy-loop.mp4",
          "mp4_size": "686718"
        },
        "original_mp4": {
          "width": "480",
          "height": "270",
          "mp4": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy.mp4",
          "mp4_size": "57124"
        },
        "preview_gif": {
          "url": "https://media0.giphy.com/media/l0MYrqggEwtDscVP2/giphy-preview.gif",
          "width": "196",
          "height": "110",
          "size": "47795"
        },
        "480w_still": {
          "url": "https://media4.giphy.com/media/l0MYrqggEwtDscVP2/480w_s.jpg",
          "width": "480",
          "height": "270"
        }
      },
      "title": "toss rage GIF by South Park ",
      "_score": 2100024.8,
      "analytics": {
        "onload": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=l0MYrqggEwtDscVP2&action_type=SEEN"
        },
        "onclick": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=l0MYrqggEwtDscVP2&action_type=CLICK"
        },
        "onsent": {
          "url": "https://giphy_analytics.giphy.com/simple_analytics?response_id=5c72dcea6648432f411511a9&event_type=GIF_SEARCH&gif_id=l0MYrqggEwtDscVP2&action_type=SENT"
        }
      }
    }
  ],
  "pagination": {
    "total_count": 5573,
    "count": 5,
    "offset": 0
  },
  "meta": {
    "status": 200,
    "msg": "OK",
    "response_id": "5c72dcea6648432f411511a9"
  }
}