npm install -g neatve@latest
Install the Neatve command once. After this, you can use it inside any normal project folder.
Install one global command, open a guided terminal picker, select all APIs or one exact data source, generate typed project files, and fetch real JSON samples from public endpoints.
The CLI is global, but the generated API pack is local to the folder where you run it. That means you can install Neatve once and use it in a Next.js app, Vite app, Node script, learning project, or prototype without changing your package setup.
Install the Neatve command once. After this, you can use it inside any normal project folder.
Run the installer from your project. In a real terminal it shows the animated API picker and the Select All option at the top.
Target a topic or API name when you only want one focused pack, then optionally pull a live JSON sample.
Use shortcuts or the fetch command to test real API responses without opening docs first.
Animations appear in interactive terminals. CI and non-interactive shells fall back to clean readable progress lines.
Reads the bundled catalog and counts every available free or free-tier API.
Turns your choice into a clean API pack: all, one API, a range, a count, or a search topic.
Creates project-ready helper files without adding dependencies or touching unrelated source files.
When requested, pulls live JSON samples for endpoints that can be called safely from the terminal.
neatve install
◜ Scanning 150 APIs
Neatve API installer
0 Select all APIs (150)
1 PokeAPI · Games and education · No key
2 Open-Meteo Forecast · Weather · No key
...
Select API pack:Developers can choose the full catalog, one exact API, a numbered range, the first N APIs, or a natural topic search. The top menu item is always Select All so beginners do not have to learn flags first.
EnterInstall every API in the catalog.0 or allInstall every API, same as Select All.42Install API #42 from the visible menu.#42 or api:42Install exact API #42 from scripts or docs.count:25Install the first 25 APIs.10-30Install APIs 10 through 30.pokemonSearch by name, type, endpoint, or use case and install matching APIs.--fetchAlso save live JSON samples where public endpoints allow it.These are the important commands to show on the website so developers understand installation, discovery, pack generation, and direct JSON testing.
neatve installShows the full animated menu with 0 Select all APIs at the top.
neatve install --menuForces the menu even in scripted terminals.
neatve install pokemon --fetchCreates a Pokémon API pack and saves a live JSON sample.
neatve install count:25Creates a starter pack with the first 25 APIs.
neatve install 10-30Creates a pack from a numbered range in the catalog.
neatve apis list --limit 20Prints catalog entries with auth notes, endpoints, and official docs.
neatve apis search weatherSearches the catalog by topic, use case, endpoint, and category.
neatve apis show PokeAPIShows one API entry with endpoint and docs link.
neatve apis fetch pokemon --save pokemon.jsonFetches real JSON and writes it into the file you choose.
neatve --versionConfirms the installed CLI version. Use 0.3.0 or newer for the full picker.
The CLI does not install dependencies and does not overwrite existing files unless you pass --force.
neatve.apis.jsonA clean JSON manifest containing the APIs you selected, ready for scripts, docs, or app code.
src/neatve/apis.tsTyped API definitions that can be imported into TypeScript projects.
src/neatve/client.tsA tiny helper client for calling selected public endpoints from your project.
README.neatve.mdA local guide explaining the selected APIs, commands, docs links, and next steps.
neatve-api-samples/*.jsonOptional live JSON examples created only when you run the installer with --fetch.
The CLI can retrieve JSON from public endpoints and print it in the terminal or save it to a file. This makes API exploration faster because developers can see the response shape immediately.
neatve pokemon
neatve apis fetch weather
neatve apis fetch pokemon --save pokemon.json
neatve install weather --fetchUse live fetches for prototypes, schema discovery, UI demos, onboarding examples, and quick validation that an endpoint still responds.
Public APIs can have rate limits and terms. For production apps, cache responses, respect usage policies, and add keys where providers require them.
The catalog includes weather, books, public data, science, maps, animals, games, developer tooling, finance, culture, transport, and more.
Pokémon data, sprites, abilities, moves, and beginner-friendly demos.
https://pokeapi.co/api/v2/pokemon/pikachuneatve apis show 1neatve install #1Current weather, forecasts, hourly data, and climate-backed product experiments.
https://api.open-meteo.com/v1/forecast?latitude=60.17&longitude=24.94¤t=temperature_2mneatve apis show 2neatve install #2City search, coordinates, timezone lookup, and weather app onboarding.
https://geocoding-api.open-meteo.com/v1/search?name=Helsinkineatve apis show 3neatve install #3United States forecasts, alerts, stations, and public weather data.
https://api.weather.gov/gridpoints/MPX/107,71/forecastneatve apis show 4neatve install #4Nordic-quality weather forecasts and location-based climate interfaces.
https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=60.17&lon=24.94neatve apis show 5neatve install #5Daylight times, golden-hour tools, travel widgets, and calendar demos.
https://api.sunrise-sunset.org/json?lat=60.17&lng=24.94neatve apis show 6neatve install #6Astronomy picture content, education cards, and daily inspiration surfaces.
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEYneatve apis show 7neatve install #7Mars rover photo galleries, STEM demos, and exploration timelines.
https://api.nasa.gov/mars-photos/api/v1/rovers/curiosity/photos?sol=1000&api_key=DEMO_KEYneatve apis show 8neatve install #8Solar flare, geomagnetic storm, and space weather monitoring demos.
https://api.nasa.gov/DONKI/FLR?api_key=DEMO_KEYneatve apis show 9neatve install #9Exoplanet catalogs, astronomy dashboards, and science education products.
https://exoplanetarchive.ipac.caltech.edu/TAP/sync?query=select+top+5+pl_name+from+ps&format=jsonneatve apis show 10neatve install #10Book search, authors, covers, subjects, ISBN lookup, and reading tools.
https://openlibrary.org/search.json?q=clean+codeneatve apis show 11neatve install #11Project Gutenberg book search, public-domain reading apps, and text demos.
https://gutendex.com/books?search=sherlockneatve apis show 12neatve install #12Book metadata, previews, authors, categories, and library-like interfaces.
https://www.googleapis.com/books/v1/volumes?q=typescriptneatve apis show 13neatve install #13Synonyms, rhymes, word suggestions, writing tools, and search helpers.
https://api.datamuse.com/words?ml=fastneatve apis show 14neatve install #14Dictionary definitions, phonetics, examples, and language-learning demos.
https://api.dictionaryapi.dev/api/v2/entries/en/helloneatve apis show 15neatve install #15Wikipedia summaries, article previews, and quick knowledge cards.
https://en.wikipedia.org/api/rest_v1/page/summary/Neatneatve apis show 16neatve install #16Wiki search, metadata, revisions, and knowledge-base tooling.
https://en.wikipedia.org/w/api.php?action=query&list=search&srsearch=software&format=jsonneatve apis show 17neatve install #17Structured linked data, entity search, facts, and knowledge graphs.
https://query.wikidata.org/sparqlneatve apis show 18neatve install #18Economic, population, country, and development indicator dashboards.
https://api.worldbank.org/v2/country/FI/indicator/SP.POP.TOTL?format=jsonneatve apis show 19neatve install #19European statistics, population, economy, energy, and regional data.
https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/demo_pjan?geo=FI&time=2024neatve apis show 20neatve install #20U.S. demographics, geography, housing, and economic data products.
https://api.census.gov/data/2022/acs/acs5?get=NAME,B01001_001E&for=state:*neatve apis show 21neatve install #21Treasury datasets, debt, spending, exchange rates, and public finance tools.
https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/od/rates_of_exchangeneatve apis show 22neatve install #22Public company filings, issuer profiles, and investor research workflows.
https://data.sec.gov/submissions/CIK0000320193.jsonneatve apis show 23neatve install #23Macroeconomic series, charts, dashboards, and research notebooks.
https://api.stlouisfed.org/fred/series?series_id=GDP&api_key=YOUR_KEY&file_type=jsonneatve apis show 24neatve install #24Inflation, labor, employment, wage, and price index dashboards.
https://api.bls.gov/publicAPI/v2/timeseries/data/CUUR0000SA0neatve apis show 25neatve install #25U.S. open data search, dataset discovery, and public resource catalogs.
https://catalog.data.gov/api/3/action/package_search?q=climateneatve apis show 26neatve install #26UK government content, services, guides, and publishing metadata.
https://www.gov.uk/api/contentneatve apis show 27neatve install #27UK police forces, neighborhoods, street-level crime, and public safety maps.
https://data.police.uk/api/forcesneatve apis show 28neatve install #28Disaster declarations, FEMA datasets, resilience tools, and civic dashboards.
https://www.fema.gov/openfema-data-page/fema-web-disaster-declarations-v1neatve apis show 29neatve install #29FDA labels, recalls, adverse events, and regulated public datasets.
https://api.fda.gov/drug/label.json?limit=1neatve apis show 30neatve install #30Nutrition facts, food search, recipe helpers, and grocery prototypes.
https://api.nal.usda.gov/fdc/v1/foods/search?query=banana&api_key=DEMO_KEYneatve apis show 31neatve install #31Product barcodes, ingredients, nutrition, allergens, and food transparency.
https://world.openfoodfacts.org/api/v2/product/737628064502.jsonneatve apis show 32neatve install #32Country profiles, flags, currencies, languages, and region filters.
https://restcountries.com/v3.1/name/finlandneatve apis show 33neatve install #33Public holidays, long-weekend tools, calendars, and regional planning.
https://date.nager.at/api/v3/PublicHolidays/2026/FIneatve apis show 34neatve install #34Postal-code lookup, address forms, city suggestions, and location demos.
https://api.zippopotam.us/us/90210neatve apis show 35neatve install #35Places, postal codes, timezones, geocoding, and geographic search tools.
http://api.geonames.org/searchJSON?q=helsinki&maxRows=5&username=demoneatve apis show 36neatve install #36Geocoding, reverse geocoding, address lookup, and map prototypes.
https://nominatim.openstreetmap.org/search?q=Helsinki&format=jsonneatve apis show 37neatve install #37OpenStreetMap queries, POI search, geospatial dashboards, and map layers.
https://overpass-api.de/api/interpreterneatve apis show 38neatve install #38Elevation lookup, hiking tools, terrain demos, and map enrichments.
https://api.opentopodata.org/v1/test-dataset?locations=60.17,24.94neatve apis show 39neatve install #39Air quality locations, measurements, sensors, and environment dashboards.
https://api.openaq.org/v3/locationsneatve apis show 40neatve install #40Species, biodiversity occurrences, taxonomy, and nature education products.
https://api.gbif.org/v1/species/search?q=lynxneatve apis show 41neatve install #41Nature observations, species lookup, community science, and wildlife apps.
https://api.inaturalist.org/v1/taxa?q=foxneatve apis show 42neatve install #42Bird observations, hotspot lists, regional sightings, and nature tracking.
https://api.ebird.org/v2/data/obs/FI/recentneatve apis show 43neatve install #43Bird sound recordings, nature sound search, and audio education.
https://xeno-canto.org/api/2/recordings?query=cnt:finlandneatve apis show 44neatve install #44Dog images, breed demos, playful onboarding, and placeholder content.
https://dog.ceo/api/breeds/image/randomneatve apis show 45neatve install #45Cat facts, tiny widgets, beginner fetch demos, and playful copy blocks.
https://catfact.ninja/factneatve apis show 46neatve install #46Cat images, breeds, favorites, votes, and animal-focused demos.
https://api.thecatapi.com/v1/images/searchneatve apis show 47neatve install #47Dog images, breed metadata, pet interfaces, and demo galleries.
https://api.thedogapi.com/v1/images/searchneatve apis show 48neatve install #48Random fox images, lightweight cards, and fun visual placeholders.
https://randomfox.ca/floof/neatve apis show 49neatve install #49Shiba, cat, and bird image placeholders for playful prototypes.
https://shibe.online/api/shibes?count=1neatve apis show 50neatve install #50Characters, episodes, locations, and fan-data interface demos.
https://rickandmortyapi.com/api/character/1neatve apis show 51neatve install #51Role-playing game rules, spells, classes, monsters, and game tools.
https://www.dnd5eapi.co/api/spells/fireballneatve apis show 52neatve install #52Trivia questions, quizzes, onboarding games, and knowledge challenges.
https://opentdb.com/api.php?amount=10neatve apis show 53neatve install #53Anime search, characters, seasons, recommendations, and fan dashboards.
https://api.jikan.moe/v4/anime?q=narutoneatve apis show 54neatve install #54Anime and manga GraphQL search, lists, rankings, and media products.
https://graphql.anilist.coneatve apis show 55neatve install #55Nintendo Amiibo figures, game collectibles, and searchable catalogs.
https://www.amiiboapi.com/api/amiibo/?name=marioneatve apis show 56neatve install #56Digimon characters, attributes, levels, images, and fandom tools.
https://digi-api.com/api/v1/digimon/1neatve apis show 57neatve install #57PC game deals, store pricing, deal alerts, and gaming dashboards.
https://www.cheapshark.com/api/1.0/deals?storeID=1&upperPrice=15neatve apis show 58neatve install #58Board game search, collection tools, ratings, and tabletop catalogs.
https://boardgamegeek.com/xmlapi2/search?query=catanneatve apis show 59neatve install #59Video game metadata, screenshots, ratings, platforms, and game libraries.
https://api.rawg.io/api/games?key=YOUR_KEYneatve apis show 60neatve install #60TV shows, episodes, cast search, schedules, and media discovery.
https://api.tvmaze.com/search/shows?q=officeneatve apis show 61neatve install #61Studio Ghibli films, characters, locations, and animation fan demos.
https://ghibliapi.vercel.app/filmsneatve apis show 62neatve install #62Star Wars people, planets, films, vehicles, and fan catalog demos.
https://www.swapi.tech/api/people/1neatve apis show 63neatve install #63ISS location tracking, live maps, orbital demos, and space widgets.
https://api.wheretheiss.at/v1/satellites/25544neatve apis show 64neatve install #64Tech news feeds, story ranking, comments, and community dashboards.
https://hacker-news.firebaseio.com/v0/topstories.jsonneatve apis show 65neatve install #65Questions, answers, tags, reputation, and developer knowledge tools.
https://api.stackexchange.com/2.3/questions?order=desc&sort=activity&site=stackoverflowneatve apis show 66neatve install #66Repository metadata, issues, releases, contributors, and developer tooling.
https://api.github.com/repos/vercel/next.jsneatve apis show 67neatve install #67Public projects, issues, merge requests, users, and dev dashboards.
https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlabneatve apis show 68neatve install #68Package metadata, versions, downloads, dependency tools, and release checks.
https://registry.npmjs.org/nextneatve apis show 69neatve install #69Python package metadata, versions, releases, and dependency dashboards.
https://pypi.org/pypi/requests/jsonneatve apis show 70neatve install #70Rust package metadata, versions, downloads, and ecosystem tools.
https://crates.io/api/v1/crates/serdeneatve apis show 71neatve install #71Ruby gem metadata, versions, dependencies, and release monitoring.
https://rubygems.org/api/v1/gems/rails.jsonneatve apis show 72neatve install #72PHP Composer package metadata, downloads, versions, and dependency tooling.
https://packagist.org/packages/laravel/framework.jsonneatve apis show 73neatve install #73CDN package metadata, versions, file lists, and frontend tooling.
https://data.jsdelivr.com/v1/package/npm/reactneatve apis show 74neatve install #74Container image tags, repository metadata, and deployment tooling.
https://hub.docker.com/v2/repositories/library/node/tagsneatve apis show 75neatve install #75Open-source dependency metadata, repository stats, and package discovery.
https://libraries.io/api/search?q=react&api_key=YOUR_KEYneatve apis show 76neatve install #76Fake posts, users, todos, comments, and quick frontend fetch demos.
https://jsonplaceholder.typicode.com/posts/1neatve apis show 77neatve install #77HTTP request testing, headers, auth flows, redirects, and debugging.
https://httpbin.org/getneatve apis show 78neatve install #78API request testing, echo responses, headers, and integration demos.
https://postman-echo.com/get?foo=barneatve apis show 79neatve install #79Mock users, login flows, pagination, and UI state prototyping.
https://reqres.in/api/users?page=2neatve apis show 80neatve install #80User profiles, avatars, addresses, and realistic seed data.
https://randomuser.me/api/neatve apis show 81neatve install #81Mock users, banks, appliances, addresses, and seeded demos.
https://random-data-api.com/api/v2/usersneatve apis show 82neatve install #82Age prediction demos, playful onboarding, and tiny ML-like interfaces.
https://api.agify.io?name=ozanneatve apis show 83neatve install #83Name-based prediction demos, forms, and playful data examples.
https://api.genderize.io?name=alexneatve apis show 84neatve install #84Name-origin prediction demos, country guesses, and playful onboarding.
https://api.nationalize.io?name=mikaneatve apis show 85neatve install #85Random advice cards, tiny motivational widgets, and demo content.
https://api.adviceslip.com/adviceneatve apis show 86neatve install #86Random jokes, loading states, team tools, and playful UI demos.
https://official-joke-api.appspot.com/random_jokeneatve apis show 87neatve install #87Dad jokes, Slack bot demos, playful empty states, and tiny widgets.
https://icanhazdadjoke.com/neatve apis show 88neatve install #88Random joke widgets, demo payloads, and humorous loading screens.
https://api.chucknorris.io/jokes/randomneatve apis show 89neatve install #89Quote cards, daily inspiration, writing prompts, and dashboard widgets.
https://zenquotes.io/api/randomneatve apis show 90neatve install #90Exchange rates, currency converters, invoice examples, and finance demos.
https://api.frankfurter.app/latest?from=EUR&to=USDneatve apis show 91neatve install #91Official exchange rates, macro data, and European finance dashboards.
https://data-api.ecb.europa.eu/service/data/EXR/D.USD.EUR.SP00.A?lastNObservations=1neatve apis show 92neatve install #92Crypto prices, market data, coins, exchanges, and finance prototypes.
https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usdneatve apis show 93neatve install #93Crypto assets, markets, rates, exchanges, and real-time price examples.
https://api.coincap.io/v2/assets/bitcoinneatve apis show 94neatve install #94Bitcoin ticker data, blockchain stats, and lightweight crypto widgets.
https://blockchain.info/tickerneatve apis show 95neatve install #95Bitcoin mempool fees, blocks, transactions, and network dashboards.
https://mempool.space/api/v1/fees/recommendedneatve apis show 96neatve install #96Exchange tickers, market prices, order books, and trading demos.
https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDTneatve apis show 97neatve install #97Crypto tickers, asset pairs, spreads, and market data dashboards.
https://api.kraken.com/0/public/Ticker?pair=XBTUSDneatve apis show 98neatve install #98Exchange rates, crypto conversion examples, and finance widgets.
https://api.coinbase.com/v2/exchange-rates?currency=BTCneatve apis show 99neatve install #99Artwork search, museum collections, images, and culture experiences.
https://api.artic.edu/api/v1/artworks/search?q=monetneatve apis show 100neatve install #100Museum collection search, artwork object IDs, culture apps, and art discovery.
https://collectionapi.metmuseum.org/public/collection/v1/search?q=vangoghneatve apis show 101neatve install #101Library records, public collections, search interfaces, and culture datasets.
https://www.loc.gov/books/?fo=json&q=pythonneatve apis show 102neatve install #102Scholarly works, authors, institutions, citations, and research discovery tools.
https://api.openalex.org/works?search=machine%20learning&per-page=1neatve apis show 103neatve install #103DOI metadata, academic search, journals, publishers, and citation workflows.
https://api.crossref.org/works?query=climate&rows=1neatve apis show 104neatve install #104Paper search, author metadata, citation graphs, and research assistants.
https://api.semanticscholar.org/graph/v1/paper/search?query=machine%20learning&limit=1&fields=title,authors,yearneatve apis show 105neatve install #105Open-access journal article search, academic catalogs, and content discovery.
https://doaj.org/api/search/articles/climate?page=1&pageSize=1neatve apis show 106neatve install #106PLOS articles, science search, metadata enrichment, and research demos.
https://api.plos.org/search?q=title:DNA&rows=1&wt=jsonneatve apis show 107neatve install #107Chemical compounds, substances, assays, identifiers, and science education.
https://pubchem.ncbi.nlm.nih.gov/rest/pug/compound/name/aspirin/JSONneatve apis show 108neatve install #108Clinical trial search, study metadata, health research, and medical dashboards.
https://clinicaltrials.gov/api/v2/studies?query.term=diabetes&pageSize=1neatve apis show 109neatve install #109Recent earthquakes, GeoJSON maps, seismic alerts, and geospatial demos.
https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&limit=5&orderby=timeneatve apis show 110neatve install #110Water levels, flow data, station telemetry, and environmental dashboards.
https://waterservices.usgs.gov/nwis/iv/?format=json&sites=01646500¶meterCd=00060neatve apis show 111neatve install #111Tide gauges, water levels, marine data, and coastal monitoring tools.
https://api.tidesandcurrents.noaa.gov/api/prod/datagetter?date=latest&station=9414290&product=water_level&datum=MLLW&time_zone=gmt&units=metric&format=jsonneatve apis show 112neatve install #112Launch data, rockets, missions, payloads, and space dashboards.
https://api.spacexdata.com/v5/launches/latestneatve apis show 113neatve install #113Upcoming launches, agencies, launch pads, and mission countdown products.
https://ll.thespacedevs.com/2.3.0/launches/upcoming/?limit=1neatve apis show 114neatve install #114Crypto tickers, market caps, exchange data, and price widgets.
https://api.coinpaprika.com/v1/tickers/btc-bitcoinneatve apis show 115neatve install #115Dota heroes, esports experiments, game analytics, and fan tools.
https://api.opendota.com/api/heroesneatve apis show 116neatve install #116Chess player stats, leaderboards, profile widgets, and game dashboards.
https://api.chess.com/pub/player/hikaru/statsneatve apis show 117neatve install #117Magic card search, deck tools, card images, and collection apps.
https://api.scryfall.com/cards/named?fuzzy=black%20lotusneatve apis show 118neatve install #118Yu-Gi-Oh card data, archetypes, deck builders, and card search.
https://db.ygoprodeck.com/api/v7/cardinfo.php?name=Dark%20Magicianneatve apis show 119neatve install #119Comic metadata, daily content widgets, and playful developer demos.
https://xkcd.com/info.0.jsonneatve apis show 120neatve install #120Music, podcasts, apps, media search, previews, and catalog examples.
https://itunes.apple.com/search?term=daft%20punk&entity=song&limit=1neatve apis show 121neatve install #121Music metadata, artist lookup, releases, recordings, and catalog enrichment.
https://musicbrainz.org/ws/2/artist/?query=artist:radiohead&fmt=jsonneatve apis show 122neatve install #122Brewery search, local discovery, maps, and place-based product demos.
https://api.openbrewerydb.org/v1/breweries?by_city=san_diego&per_page=3neatve apis show 123neatve install #123Recipes, meal categories, ingredients, cooking apps, and food discovery.
https://www.themealdb.com/api/json/v1/1/search.php?s=Arrabiataneatve apis show 124neatve install #124Cocktails, recipes, ingredients, menus, and nightlife demos.
https://www.thecocktaildb.com/api/json/v1/1/search.php?s=margaritaneatve apis show 125neatve install #125Ecommerce mockups, product cards, carts, checkout demos, and UI testing.
https://fakestoreapi.com/products?limit=5neatve apis show 126neatve install #126Products, carts, users, recipes, posts, and realistic prototype data.
https://dummyjson.com/products?limit=5neatve apis show 127neatve install #127Product grids, ecommerce prototypes, images, categories, and admin demos.
https://api.escuelajs.co/api/v1/products?offset=0&limit=5neatve apis show 128neatve install #128Placeholder images, galleries, cards, and visual prototyping.
https://picsum.photos/v2/list?page=1&limit=5neatve apis show 129neatve install #129Timezone data, current time, scheduling tools, and date-time experiments.
https://worldtimeapi.org/api/timezone/Europe/Helsinkineatve apis show 130neatve install #130Public IP lookup, diagnostics, network widgets, and connectivity tests.
https://api.ipify.org?format=jsonneatve apis show 131neatve install #131IP geolocation, timezone hints, country lookup, and lightweight network demos.
https://ipwho.is/neatve apis show 132neatve install #132DNS lookups, domain diagnostics, network teaching tools, and status panels.
https://dns.google/resolve?name=neatve.com&type=Aneatve apis show 133neatve install #133npm package download charts, package popularity, and developer dashboards.
https://api.npmjs.org/downloads/point/last-week/reactneatve apis show 134neatve install #134npm package search, scoring, discovery, and open-source tooling.
https://api.npms.io/v2/search?q=react&size=1neatve apis show 135neatve install #135Bundle size checks, frontend performance tools, and dependency reviews.
https://bundlephobia.com/api/size?package=react@latestneatve apis show 136neatve install #136Badge metadata, version widgets, package status, and README tooling.
https://img.shields.io/npm/v/neatve.jsonneatve apis show 137neatve install #137Homebrew package metadata, versions, analytics, and developer dashboards.
https://formulae.brew.sh/api/formula/node.jsonneatve apis show 138neatve install #138Cross-distro package versions, release tracking, and dependency intelligence.
https://repology.org/api/v1/project/pythonneatve apis show 139neatve install #139Package metadata across ecosystems, repositories, and dependency graphs.
https://packages.ecosyste.ms/api/v1/packages/lookup?ecosystem=npm&name=reactneatve apis show 140neatve install #140Hacker News-style feeds, story cards, discussion UIs, and reading apps.
https://api.hnpwa.com/v0/news/1.jsonneatve apis show 141neatve install #141Developer articles, community content, blog discovery, and content feeds.
https://dev.to/api/articles?top=1neatve apis show 142neatve install #142Activity ideas, playful apps, onboarding empty states, and random suggestions.
https://bored.api.lewagon.com/api/activityneatve apis show 143neatve install #143Number facts, trivia widgets, education cards, and daily content snippets.
http://numbersapi.com/42/trivia?jsonneatve apis show 144neatve install #144Card games, probability lessons, blackjack demos, and game prototypes.
https://deckofcardsapi.com/api/deck/new/shuffle/?deck_count=1neatve apis show 145neatve install #145University search, domain data, education apps, and school directories.
http://universities.hipolabs.com/search?country=Finlandneatve apis show 146neatve install #146Finnish train departures, live transport boards, and mobility dashboards.
https://rata.digitraffic.fi/api/v1/live-trains/station/HKI?departing_trains=5neatve apis show 147neatve install #147Tube line status, London mobility apps, transit alerts, and dashboards.
https://api.tfl.gov.uk/Line/Mode/tube/Statusneatve apis show 148neatve install #148Bike-share station status, mobility maps, availability widgets, and GBFS demos.
https://gbfs.citibikenyc.com/gbfs/en/station_status.jsonneatve apis show 149neatve install #149Aircraft state vectors, live flight maps, aviation dashboards, and geospatial demos.
https://opensky-network.org/api/states/allneatve apis show 150neatve install #150These recipes show why the API shelf is useful: developers can start with public data, create a believable interface, then replace or harden the data source later.
Update the package version, run the checks, publish from the CLI package folder, then reinstall the latest version globally before testing. npm may ask for a passkey or one-time password during publish.
cd packages/cli
npm pack --dry-run
npm publish
npm install -g neatve@latest
neatve --version