GrindMap

Free GTA widgets and data feed

Run a GTA site, wiki, crew page, Discord or bot? Take our data. The widgets below refresh themselves every Thursday when Rockstar resets the weekly event, so you paste them once and they stay current forever. The JSON feed gives you the same numbers to do whatever you want with.

Free, no key, no sign-up, no rate limit worth worrying about. The only thing we ask is that you keep the credit link.

This week’s money widget

The top five GTA Online money methods right now, ranked by net GTA$ per hour after fees and upkeep, with this week’s multipliers already applied. Live preview:

<iframe src="https://grindmap.com/embed/gta-online-weekly"
  width="100%" height="270" style="border:0;max-width:560px"
  title="GTA Online: best money methods this week" loading="lazy"></iframe>
<p style="margin:6px 0 0;font-size:13px">
  <a href="https://grindmap.com/gta-online">GTA Online money rankings</a> by GrindMap
</p>

GTA 6 countdown widget

A live countdown to the GTA 6 launch on November 19, 2026. Same deal: paste it and forget it.

<iframe src="https://grindmap.com/embed/gta-6-countdown"
  width="100%" height="150" style="border:0;max-width:520px"
  title="GTA 6 countdown" loading="lazy"></iframe>
<p style="margin:6px 0 0;font-size:13px">
  <a href="https://grindmap.com/gta-6-countdown">GTA 6 countdown</a> by GrindMap
</p>

The weekly JSON feed

Everything about the current week as structured data, at grindmap.com/weekly.json. CORS is open, so you can call it straight from a browser, a Discord bot, a spreadsheet or a static site build.

const week = await fetch("https://grindmap.com/weekly.json")
  .then((r) => r.json());

week.weekOf;                 // "July 23 to 29, 2026"
week.bonuses;                // 2X/3X money bonuses mapped to methods
week.events;                 // event playlists, challenges, freebies
week.discounts;              // property and vehicle discounts
week.methods[0].name;        // top earner right now
week.methods[0].netPerHour;  // net GTA$ per hour, this week's rate
weekOf, updated, headline
The current weekly period, the date the data was verified, and a one-line summary.
bonuses[]
Money multipliers mapped to a method id, with the base and boosted net $/hr for each.
events[], discounts[]
Everything else in the week: playlists, challenges, freebies, property and vehicle price cuts.
methods[]
All 22 income methods ranked by net GTA$ per hour with this week applied, plus startup cost, risk, effort, unlock, payout and cadence.
podiumVehicle
The Lucky Wheel car, or null when Rockstar has not highlighted one.
meta
How net $/hr is defined, the reset schedule, the license, and where the numbers come from.

The feed is regenerated on every deploy, which in practice means every Thursday within hours of the reset. Cache it for an hour if you like; it will not change more often than that. If you need a field that is not in there, email andreas@grindmap.com and it will probably get added.

License and credit

Data is published under CC BY 4.0. Use it commercially, reformat it, build a product on it. Just credit GrindMap with a link back to grindmap.com, the same way the widget snippets above already do.

What the numbers mean and how they are produced is documented on the methodology page. Net $/hr is gross payout minus fees, cuts and upkeep, divided by full cycle time including setup and cooldowns. If you republish a figure, that definition travels with it, otherwise you are quoting a different number than the one we measured.

Why this is free

Because every site that embeds a widget keeps GTA players one click from the full rankings, and that is worth more to us than the data is. There is no catch, no tracking script in the widgets, and no “free tier” that turns into a bill later.

See the full rankings the widget pulls from
Every method ranked by net $/hr for your capital, hours and risk. Free, no account.

Widgets and feed last refreshed with the July 23 to 29, 2026 weekly data, on July 23, 2026.