ElonMuskAPI

ElonMuskAPI — MaaS: Musk as a Service: Get Random News Articles Featu…

📚 Open DataUNMONITORED
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

ElonMuskAPI exposes maaS: Musk as a Service: Get Random News Articles Featuring Our Lord and Savior Elon Musk Using This Free Public API! We verified a keyless GET endpoint returning JSON (News). Check the provider docs for rate limits and terms before production use.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
GET https://elonmu.sh/api

{
  "source": "CBS News",
  "title": "Elon Musk becomes the world's first trillionaire with SpaceX's IPO",
  "description": "The SpaceX CEO's fortune on paper now rivals the annual economic output of many countries, according to World Bank data.",
  "url": "https://www.cbsnews.com/news/elon-musk-spacex-ipo-trillionaire-wealth/",
  "urlImage": "https://s.yimg.com/lo/mysterio/api/62703B4C4B402974D9EF54CB3A7B96CE957C4102FD760847697F3D2DE9BA8252/subgraphmysterio/resizefill_w1200_h675;quality_80;format_webp/https:%2F%2Fmedia.zenfs.com%2Fen%2Fcbs_news_897%2F2243b26ea00237f06219fb1cc93f5855",
  "publishDate": "2026-06-12T12:11:49Z"
}
Call itcurl · fetch · python
curl "https://elonmu.sh/api"
const res = await fetch("https://elonmu.sh/api");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://elonmu.sh/api")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 2On scheduleFULL DOCS ↗
On schedule — GET /api awaits first probe
GET/apiPROBED

ElonMuskAPI — MaaS: Musk as a Service: Get Random News Articles Featu…

GET/api?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

ElonMuskAPI: common questions

Is ElonMuskAPI free to use?

Yes — ElonMuskAPI is a free open data API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does ElonMuskAPI need an API key?

No — ElonMuskAPI needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call ElonMuskAPI from the browser?

Not directly — ElonMuskAPI doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is ElonMuskAPI up right now?

ElonMuskAPI is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.