Doge-Meme API
Overview
Doge-Meme provides programmatic access to top meme posts from r/dogecoin which include 'meme' flair via REST API. This Social API enables developers to integrate top meme posts from r/dogecoin which include 'meme' flair into applications, dashboards, and automated workflows. Check the official documentation for endpoint details, authentication requirements, and rate limits.
Available Data
Example Response
{
"id": "bitcoin",
"symbol": "btc",
"current_price": 65432.1,
"market_cap": 1280000000000,
"price_change_24h": 1250.5,
"price_change_percentage_24h": 1.95,
"total_volume": 28500000000
} Implementation Example
// ⚠️ Note: This URL may be a documentation page. Check official docs for actual API endpoint.
const url = "https://api.doge-meme.lol/docs";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →4chan
⭐ Beginner's PickThe 4chan API provides read-only, public access to boards, threads, and posts on 4chan with no authentication required.
aztro
⚠ Unavailableaztro provides programmatic access to daily horoscope info for yesterday, today, and tomorrow via REST API.
Fuck Off as a Service
⭐ Beginner's PickFuck Off as a Service (FOAAS) is a humorous REST API that returns creative dismissal messages in various formats.
HackerNews
⭐ Beginner's PickThe Hacker News API gives you free, real-time access to the stories, comments, jobs, and polls from the popular tech news community.
Hashnode
⭐ Beginner's PickHashnode is a developer blogging platform whose public GraphQL API lets you query posts, publications, and author profiles without any authentication.