Last active
August 29, 2015 14:14
-
-
Save b1nary/0636b455a0f391ff5e8c to your computer and use it in GitHub Desktop.
API results maymay.in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "3m", | |
"meme": "Doge", | |
"top_text": "much api", | |
"bottom_text": "", | |
"url": "http://maymay.in:3000/doge/much_api.jpg", | |
"short_url": "http://maymay.in:3000/s/3m.jpg", | |
"view_url": "http://maymay.in:3000/view/3m", | |
"creator": "anyanon", | |
"status": "new" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"creator": "anyanon", | |
"meme": "Doge", | |
"created": "2015-02-07 15:41:29 UTC", | |
"top_text": "much api", | |
"bottom_text": "", | |
"url": "http://maymay.in:3000/doge/much+api.jpg", | |
"short_url": "http://maymay.in:3000/s/3m.jpg", | |
"views": { | |
"today": 1, | |
"week": 1, | |
"month": 1, | |
"all": 1 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sort_by":"created_at", | |
"rendered":"2015-02-07 16:26:53 +0000", | |
"memes":[ | |
{ | |
"creator":"anyanon", | |
"meme":"Doge", | |
"created":"2015-02-07 16:05:05 UTC", | |
"top_text":"much api xx", | |
"bottom_text":"", | |
"url":"http://maymay.in:3000/doge/much+api+xx.jpg", | |
"short_url":"http://maymay.in:3000/s/3q.jpg", | |
"views":{ | |
"today":1, | |
"week":1, | |
"month":1, | |
"all":1 | |
} | |
} | |
# ... | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"username":"anon1000", | |
"points":11, | |
"uploads":105, | |
"registered_since":"2015-02-04 20:46:51 UTC", | |
"sort_by":"created_at", | |
"rendered":"2015-02-07 16:51:09 +0000", | |
"memes":[ | |
{ | |
"creator":"anyanon", | |
"meme":"Doge", | |
"created":"2015-02-07 16:05:05 UTC", | |
"top_text":"much api", | |
"bottom_text":"", | |
"url":"http://maymay.in:3000/doge/much+api+xx.jpg", | |
"short_url":"http://maymay.in:3000/s/3q.jpg", | |
"views":{ | |
"today":1, | |
"week":1, | |
"month":1, | |
"all":1 | |
} | |
}, | |
# ... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment