wheretocredit
Mileage earning rates by airline and booking class via wheretocredit.com. Redeemable and qualifying miles across 50+ programs. Use when deciding where to credit a flight or comparing earning rates.
Profile →npx skills add borski/travel-hacking-toolkit --skill wheretocredit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Where to Credit Look up mileage earning rates for any airline and booking class across 50+ frequent flyer programs. Covers both **redeemable miles** (the ones you spend) and **qualifying miles** (the ones that count toward elite status). **Source:** [wheretocredit.com](https://www.wheretocredit.com) — No API key required. Data is scraped via webfetch. ## URL Patterns All data lives at predictable URLs on wheretocredit.com: ### Airline booking class detail (PRIMARY) ``` https://www.wheretocredit.com/en/{IATA_CODE}/{BOOKING_CLASS} ``` Returns: cabin type, fare types, redeemable miles table, qualifying miles table. Example: `https://www.wheretocredit.com/en/AY/Z` (Finnair class Z) ### Airline overview (all classes) ``` https://www.wheretocredit.com/en/{IATA_CODE} ``` Returns: list of all booking classes with cabin, fare types, and top earning program for each. Example: `https://www.wheretocredit.com/en/AY` (all Finnair classes) ### Program overview (all partner airlines) ``` https://www.wheretocredit.com/en/programs/{PROGRAM_CODE} ``` Returns: list of all airlines that credit to this program. Example: `https://www.wheretocredit.com/en/programs/AA` (AA AAdvantage partners) ## Common
- URL Patterns
- Airline booking class detail (PRIMARY)
- Airline overview (all classes)
- Program overview (all partner airlines)
- Common IATA Codes
- Common Program Codes
- Reading the Results
- Redeemable Miles Table
- Qualifying Miles Table
- Tier Levels by Program
- Traveler Profiles
- Decision Algorithm
- Step 1: Gather inputs
- Step 2: Fetch earning rates
What does the wheretocredit skill do?
Mileage earning rates by airline and booking class via wheretocredit.com. Redeemable and qualifying miles across 50+ programs. Use when deciding where to credit a flight or comparing earning rates.
How do I install it?
Run `npx skills add borski/travel-hacking-toolkit --skill wheretocredit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.