Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
Government & PublicWeatherMaps & Geo
12d agoEndpoints ▸+6 more
- GET
get_apod
Get the Astronomy Picture of the Day (APOD) metadata. Returns a single APOD object when date is specified, or a wrapped array ({items: [...]}) when start_date/end_date or count is used. The primary use case is fetching by a single date. Parameters date, count, and start_date/end_date are mutually exclusive; date takes priority.
- GET
get_neo_feed
Get a list of Near Earth Objects (asteroids) based on their closest approach date to Earth. Returns up to 7 days of data grouped by date. If only start_date is provided, end_date defaults to start_date + 7 days.
- GET
get_neo_lookup
Look up a specific Near Earth Object (asteroid) by its NASA JPL small body SPK-ID. Returns detailed orbital and close approach data.
- GET
get_neo_browse
Browse the overall Asteroid dataset. Returns a paginated list of all Near Earth Objects in the database with orbital data.
- GET
get_donki_cme
Get Coronal Mass Ejection (CME) events from DONKI. Works reliably for historical date ranges. Very recent or single-day queries may experience intermittent upstream errors.
Search for homes for sale, rent, or recently sold listings on Zillow while accessing detailed property information, Zestimates, agent profiles, and current mortgage rates all in one place. Streamline your real estate research by gathering comprehensive property details, agent information, and financing options without navigating multiple pages.
Real EstateFinanceMaps & Geo
17d agoEndpoints ▸+3 more
- GET
search_homes_for_sale
Search for homes listed for sale in a specific location. Returns paginated results with up to 41 listings per page, including property details like price, beds, baths, area, zestimate, and location coordinates. Uses Zillow's internal search API which resolves the location string to a geographic region.
- GET
search_homes_for_rent
Search for rental properties in a specific location. Returns paginated results with up to 41 listings per page, including building-level and unit-level rental data with price ranges, availability counts, and amenity information.
- GET
search_recently_sold
Search for recently sold properties in a specific location. Returns paginated results with up to 41 listings per page, including sold price, sale date, zestimate, and property details.
- GET
get_property_details
Retrieve full details for a specific property by its Zillow property ID (zpid). Returns comprehensive property information including price, address, lot size, tax assessment, and listing metadata.
- GET
get_zestimate
Get the Zestimate (automated home value estimate) and rent Zestimate for a property by zpid.
Retrieve product data from Walmart.com including pricing, descriptions, availability, reviews, and category listings. Access real-time product information to search by keyword, look up items by ID or URL, and browse department categories.
E-commerceReviews & RatingsMarketplace
22d agoEndpoints ▸
- GET
search_products
Full-text search over Walmart product catalog. Returns paginated product summaries with price, rating, and availability badges. Supports sorting and facet filtering. Each ProductSummary can be drilled into via get_product_details for full specifications.
- GET
get_product_details
Retrieve full product detail for a single Walmart item including price, brand, description, specifications, images, variants, fulfillment options, and seller. Provide either product_id (usItemId) or a full Walmart product URL; at least one is required.
- GET
get_product_reviews
Retrieve paginated customer reviews for a specific Walmart product. Returns individual reviews with ratings, text, reviewer info, and pagination metadata. Use product_id (usItemId) from search_products or get_product_details.
- GET
get_category_listings
Browse products within a specific Walmart category or department. Returns paginated product listings identical in shape to search_products. Category IDs are numeric identifiers from Walmart's taxonomy (e.g. '976759' for food, '1115193' for electronics).
fred.stlouisfed.org
fred.stlouisfed.org
Access data from fred.stlouisfed.org.
FinanceGovernment & PublicOther
22d agoEndpoints ▸+4 more
- GET
get_series
Retrieve metadata for an economic data series including title, frequency, units, source, and last updated date. Returns a single Series resource identified by its series_id.
- GET
get_series_observations
Retrieve time-series observations for a series. Returns date-value pairs as an array. Supports date range filtering and frequency aggregation. Each observation has a date and a numeric value (null when data is unavailable).
- GET
search_series
Search for economic data series matching a query. Returns paginated results with series ID, title, metadata summary, and popularity score. Results are ordered by relevance.
- GET
get_categories
Get all top-level FRED categories. Returns a flat array of category objects with their numeric ID and name. These IDs can be passed to get_category for subcategories and series.
- GET
get_category
Get details for a specific category, including its subcategories and featured series. The category_id comes from get_categories or from subcategories in a previous get_category call.
Search for drugs and pill identifications, get detailed information about FDA approvals and drug interactions, and find medications by condition or letter. Look up side effects, dosages, and potential drug interactions to make informed health decisions.
HealthcareGovernment & PublicReviews & Ratings
1d agoEndpoints ▸+3 more
- GET
get_new_drug_approvals
Retrieve the latest FDA drug approvals listed on Drugs.com. Returns a single page of the most recent approvals including drug name, manufacturer, approval date, treatment indication, and description. No pagination; the response reflects the site's current listing (typically 15-25 recent approvals).
- GET
search_drugs
Search for drugs by keyword across the Drugs.com index. Returns matching drug pages with titles, URLs, and description snippets. Results include consumer info pages, prescribing information, dosage guides, comparisons, side effects, and Q&A. Single page of results; no pagination.
- GET
get_drug_details
Get comprehensive drug details from a specific drug page. Returns the drug name, generic name, drug class, content sections (keyed by section title), and the interaction ID needed for the get_drug_interactions endpoint. Sections include uses, side effects, warnings, dosage, and more depending on the drug.
- GET
get_drug_interactions
Check interactions between drugs using their interaction IDs obtained from get_drug_details. Returns each interaction with its severity level (Major, Moderate, Minor), the drug pair involved, and a description of the interaction. Includes both drug-drug and drug-food/lifestyle interactions. Requires at least two comma-separated interaction IDs to produce results.
- GET
pill_identifier_search
Search the pill identifier by imprint code and optionally filter by color or shape. Returns matching pills with their drug name, detail page URL, and structured details (Strength, Imprint, Color, Shape). At least one filter parameter should be provided for meaningful results.
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
MarketplaceE-commerceReviews & Ratings
2d agoEndpoints ▸+3 more
- GET
search_listings
Search for eBay listings with filters for category, seller, sold/completed status, and sorting. Returns paginated results with item titles, prices, conditions, and item IDs. Each page returns up to ~60 results from eBay's search results page.
- GET
get_item_details
Retrieve full details of a single eBay item by its item ID, including title, price, condition, seller info, images, and item specifics (key-value pairs describing item attributes).
- GET
get_completed_sold_listings
Search for completed and sold eBay listings to track historical prices. Combines the sold and complete filters on eBay search. Returns the same listing format as search_listings.
- GET
get_seller_profile
Get summary ratings and profile information for a seller including feedback scores, detailed seller ratings (accuracy, shipping cost, shipping speed), member details, and positive feedback percentage.
- GET
get_seller_feedback
Retrieve paginated feedback and reviews for a seller, including individual feedback cards with ratings, comments, item details, and pagination metadata.
Search and browse IKEA's full product catalog to find items by category, compare measurements, read customer reviews, and check real-time store availability and current deals. Discover new arrivals and best-selling products to help you shop smarter and find exactly what you need.
E-commerceReviews & RatingsMaps & Geo
6d agoEndpoints ▸+5 more
- GET
search_products
Full-text search over IKEA's US product catalog. Returns paginated product listings matching the query keyword. Each result includes name, type, price, currency, rating, review count, image URL, and product page URL. Pagination via offset; total may report 0 when server omits the count.
- GET
get_product_details
Retrieve full details for a specific IKEA product by its product page URL or product ID. Returns name, description, price, currency, images, rating, review count, measurements, materials, care instructions, packaging, and warranty. Requires either product_url or product_id; product_url takes priority.
- GET
get_product_measurements
Retrieve measurements/dimensions for a given IKEA product. Returns an array of measurement entries with name, measure value, and type code. Requires either product_url or product_id.
- GET
get_product_reviews
Retrieve customer reviews and rating distribution for a specific product. Returns reviews with title, text, author, and date. Requires either product_url or product_id.
- GET
get_category_listing
List products in a given IKEA category by category ID. Returns paginated product listings. Category IDs can be found via get_all_categories (e.g. 'st001' for Storage & organization).
transfermarkt.com
transfermarkt.com
Search Transfermarkt for football players and retrieve detailed player profiles, transfer histories, market value timelines, performance stats, and club squad/club information.
SportsFinanceEntertainment
9d agoEndpoints ▸+5 more
- GET
get_top_market_values
Fetches the top 500 most valuable football players worldwide from Transfermarkt's ranking. Results are pre-sorted by descending market value. Internally paginates 20 pages of 25 players each, returning a complete ranked list in one call. Each player includes rank, name, position, age, nationality, current club, market value as display string (e.g. '€200.00m') and as integer euros. No input parameters required — always returns the full top-500 list. Useful for discovering player IDs for use with other endpoints.
- GET
search_players
Full-text search for football players by name. Accepts partial or full player names and returns paginated results with 10 players per page. Useful for finding a player's numeric ID which is required by profile, transfers, stats, and market value endpoints. Server handles fuzzy matching — partial strings like 'Mess' will match 'Messi'. Results include basic info: player ID, name, club, position, age, nationality, and market value display string. Results are auto-iterated across pages by the SDK; pass query only.
- GET
get_player_profile
Retrieves a comprehensive player profile by Transfermarkt player ID. Returns personal details (full name, date of birth, height, nationality, place of birth), playing attributes (position with primary and secondary alternatives, preferred foot), career info (current club assignments with shirt numbers, contract expiry, agent), and market value breakdown (current, previous, highest ever, and delta/change). Player IDs can be obtained from search_players or get_top_market_values. Returns stale_input if the ID does not match any player.
- GET
get_player_transfers
Retrieves the complete transfer history for a player, ordered from most recent to earliest. Each transfer record includes source and destination clubs (with names, competition IDs, and country IDs), transfer fee (display string and numeric value when available), market value at the time of transfer, contract end date, age at transfer, and season. Also includes the total fee sum across all transfers. Club names are resolved from IDs. Player IDs can be obtained from search_players.
- GET
get_player_market_value_history
Retrieves all historical market value assessments for a player, tracking how their estimated worth has changed over time. Each entry records the assessed value in EUR, the date of assessment, the club the player was at, and the player's age at that time. Also returns the current (most recent) market value separately and a list of all club IDs referenced in the history. Useful for charting a player's value trajectory. Player IDs can be obtained from search_players.
Search for restaurants across cities and check real-time availability to find open reservation slots on Resy. Discover trending and top-rated venues with detailed information about dining options, menus, and available time slots across selected dates.
Food & DiningTravelMaps & Geo
14d agoEndpoints ▸
- GET
search_restaurants
Full-text search over restaurants by keyword, location coordinates, date, and party size. Returns paginated results with restaurant names, cuisine types, ratings, price ranges, neighborhoods, and available reservation time slots for the queried date. Each result carries a venue ID usable for detail/availability lookups. Paginates via integer page counter.
- GET
get_restaurant_details
Get detailed restaurant information and available reservation time slots for a specific venue on a given date and party size. Returns venue profile (name, type, price range, rating, location) and an array of bookable slots with start/end times, table type, and payment requirements. If no slots are available, the slots array is empty.
- GET
get_restaurant_availability
Get calendar availability for a restaurant over a date range. Shows which dates have available reservations, events, or walk-ins. The response covers from start_date to last_calendar_day (the venue's furthest bookable date), which may be shorter than the requested end_date.
- GET
get_venue_info
Get comprehensive venue details by URL slug and location. Returns full venue profile including about text, need-to-know info, contact details, images, collections, social links, and configuration. The url_slug and location values come from search_restaurants results or from Resy venue URLs (e.g., resy.com/cities/{location}/venues/{url_slug}).
- GET
get_top_restaurants
Get curated restaurant lists for a city: top-rated, new on Resy, or trending/climbing. Returns rich venue data including ratings, addresses, descriptions, images, and collection memberships. Results are ordered by the list's curation logic (not user-controllable).
homedepot.com
homedepot.com
Search and browse Home Depot's product catalog to compare pricing, check real-time availability, and review detailed product specifications. Find products across all categories, look up store locations and hours, and check fulfillment options including in-store pickup and delivery.
E-commerceMaps & GeoMarketplace
14d agoEndpoints ▸
- GET
search_products
Search for products by keyword on Home Depot. Returns a list of products with identifiers, media, and pricing extracted from the search results page. Results are limited to the first page (up to 24 by default).
- GET
get_product_details
Get comprehensive product details including description, highlights, media, pricing, and availability type for a given item ID. Fetches the product detail page and extracts structured data.
- GET
find_stores
Locate a Home Depot store using a ZIP code. Returns the nearest store with address, hours, services, and contact information.
- GET
get_product_availability
Get availability and pricing for a product. Returns availability type (whether the product is buyable, discontinued) and pricing. Fetches the product detail page.
- GET
get_store_details
Retrieve details for a specific Home Depot store by store ID. Returns store name, address, hours, services, and contact information.
news.ycombinator.com
news.ycombinator.com
Browse Hacker News top/new/best/ask/show stories and job posts, search stories by keyword and timeframe, fetch user profiles, retrieve comment threads for a post, and compute basic engagement stats and trending stories.
News & MediaDeveloper ToolsJobs
15d agoEndpoints ▸+4 more
- GET
get_top_posts
Get stories from Hacker News by category. Returns formatted story data including title, URL, author, points, and comment count. Stories are returned in the same order as the HN front page for the given category.
- GET
search_posts
Search Hacker News stories by keyword with optional timeframe filtering. Supports relevance and date sorting, with pagination. Uses Algolia search API.
- GET
get_job_posts
Get current job postings from Hacker News. Returns jobs in reverse chronological order.
- GET
get_user_info
Get a Hacker News user's profile including karma, about text, account creation date, and total submissions count.
- GET
get_post_comments
Get nested comment threads for a specific Hacker News post. Returns recursively nested comments with author, text, and depth. Uses Algolia items API.
opentable.com
opentable.com
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
Food & DiningMaps & GeoReviews & Ratings
19d agoEndpoints ▸
- GET
search_restaurants
Search for restaurants by keyword, location, date/time, party size, and various filters. Returns paginated results with comprehensive restaurant details including name, cuisine, ratings, reviews, photos, address, phone, and features. Paginates via page number. Each restaurant includes a restaurant_id usable with restaurant_availability.
- GET
autocomplete
Get autocomplete suggestions for restaurants, cuisines, and locations based on a search term. Returns typed suggestions with geographic metadata when available. Useful for building search UIs with typeahead functionality.
- GET
location_lookup
Resolve geographic coordinates to OpenTable metro, macro, and neighborhood information. Returns structured location hierarchy useful for getting metro_id to pass to search_restaurants. A single round-trip returning the nearest metro, macro-region, and neighborhood.
- GET
restaurant_availability
Check reservation availability for specific restaurants on a given date/time/party size. Returns time slots with availability status, points rewards, and slot hashes. Accepts multiple restaurant IDs in one call for efficient batch lookups. Restaurant IDs come from search_restaurants results.
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
EducationDeveloper ToolsNews & Media
21d agoEndpoints ▸
- GET
search_papers
Full-text search over arXiv papers using keyword, author, title, and category filters combined with AND logic. At least one search parameter (query, author, title, or category) must be provided. Paginates via start index. Each paper includes its arXiv ID, title, authors, abstract, categories, publication dates, and links.
- GET
get_paper
Fetch detailed metadata for a specific paper by its arXiv ID. Returns title, authors, abstract, categories, publication dates, PDF and abstract page URLs, and optional fields like DOI, journal reference, and author comments.
- GET
get_category_taxonomy
Browse the full arXiv category taxonomy organized by discipline groups. Each group contains categories with their ID, name, and description. Optionally filter to a single group by name. Returns all groups when no filter is specified.
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
FinanceCrypto & Web3Government & Public
21d agoEndpoints ▸+2 more
- POST
get_fedwatch
Retrieves CME FedWatch Tool data: upcoming FOMC meeting dates, target rate probabilities (Ease/No Change/Hike), and a detailed probability distribution across rate ranges with current, 1-day, 1-week, and 1-month comparisons. Data sourced from 30-Day Federal Funds futures pricing. Returns a single snapshot object.
- POST
get_futures_quotes
Retrieves live futures quotes for any CME Group product. Returns all available contract months with prices (last, open, high, low, close), volume, change, percentage change, and trading limits. Data is delayed by 10 minutes. Accepts a numeric CME product ID or a supported friendly name.
- POST
get_settlements
Retrieves futures settlement prices for any CME Group product. Returns open, high, low, last, settle price, estimated volume, and prior day open interest for all contract months. Optionally accepts a trade date; omitting returns the most recent settlement date.
- POST
get_volume
Retrieves daily trading volume and open interest data for any CME Group product over a configurable number of days. Returns futures and options volume/OI separately for each trading day.
- POST
get_product_catalog
Retrieves the list of available products for a given asset class. Returns product codes, names, and page URLs organized by category. Useful for discovering product codes to use with other endpoints.
crunchbase.com
crunchbase.com
Search and retrieve detailed information about companies, investors, and key people to discover funding opportunities, track market competitors, and analyze investment trends. Access comprehensive profiles including organization details, investor backgrounds, and complete funding round histories all in one place.
B2B & DirectoriesFinanceJobs
21d agoEndpoints ▸
- GET
search_organizations
Full-text search over Crunchbase organizations. Returns results with organization details including categories, location, employee count, rank, and operating status. Omitting query returns all organizations ordered by rank.
- GET
search_investors
Full-text search over Crunchbase investors. Returns results with investor details including number of investments, exits, location, and investor type. Omitting query returns all investors ordered by rank.
- GET
get_organization_profile
Fetch a single organization's full profile by its slug (permalink). Returns the organization's properties including categories, location, employee count, rank, and funding status. The slug is the identifier.permalink value from search_organizations results.
- GET
get_company_people
Get people associated with an organization. Returns results with person details including job title, primary organization, rank, and location. Requires the organization UUID from search_organizations results.
- GET
get_company_funding_rounds
Get funding rounds for an organization. Returns results with funding round details including investment type, funded organization, and money raised. Requires the organization UUID from search_organizations results.
Access data from amazon.co.uk.
E-commerceMarketplaceReviews & Ratings
22d agoEndpoints ▸
- GET
search_products
Full-text search over Amazon.co.uk product catalog. Returns a paginated list of product cards with ASIN, title, price, rating, and Prime eligibility. Prices may display in USD when the site detects international traffic. Pagination via integer page counter. Each product card is lightweight; use get_product_details for full specifications.
- GET
get_product_details
Fetch comprehensive product details for a specific ASIN including title, brand, price, rating, availability, feature bullets, images, and technical specifications. Returns a single product record. The ASIN must be a valid 10-character alphanumeric Amazon identifier.
- GET
get_search_suggestions
Retrieve search autocomplete suggestions for a given keyword prefix. Returns keyword suggestions as users would see in the Amazon search bar dropdown. Useful for discovering popular search terms and refining queries before executing a full search.
- GET
get_best_sellers
Fetch ranked best seller products for a given category. Returns up to 30 top-selling products with rank, title, price, and rating. Category slugs match Amazon's internal department names.
Search for properties available for sale or rent, view detailed listing information, check sold house prices, and find local estate agents all in one place. Get access to live marketplace data to help you research properties, compare prices, and connect with agents on the Zoopla platform.
Real EstateMaps & GeoB2B & Directories
22d agoEndpoints ▸
- GET
search_properties_for_sale
Search properties for sale in a specific UK location. Returns paginated results including featured and regular listings with price, address, property type, and listing metadata. Location is a slug matching Zoopla's URL structure (city, town, or postcode area). Pagination via page number; each page returns ~25 listings.
- GET
search_properties_to_rent
Search properties to rent in a specific UK location. Returns paginated results including featured and regular rental listings with monthly price, address, property type, and listing metadata. Each page returns ~25 listings.
- GET
get_property_listing_details
Get full details of a specific property listing by its Zoopla listing ID. Tries for-sale first, then to-rent if not found. Returns property metadata including address, type, room counts, agent details, location coordinates, and utility information.
- GET
search_sold_house_prices
Search sold house prices in a specific area. Returns paginated results with property sale history including last sale price and date, full address, and property attributes (bedrooms, bathrooms, floor area, tenure). Uses cursor-based pagination internally but exposes page numbers.
- GET
search_estate_agents
Search for estate agents in a specific location. Returns a paginated list of agents with contact details, logo, display address, and listing statistics (average asking price, weeks on market, available listings for both sales and lettings).
Search for publicly traded companies and instantly access their SEC filings with details like filing type, date, description, and accession numbers. Find the regulatory documents you need to research company financial information and compliance records.
Government & PublicFinanceB2B & Directories
22d agoEndpoints ▸
- GET
search_company
Search for SEC-registered companies by name or ticker symbol. Returns matching companies with their name, ticker, and CIK number. Searches the full SEC company tickers index, matching against both company name and ticker symbol (case-insensitive substring match). No pagination; results are capped by the limit parameter.
- GET
get_company_filings
Get company details and recent SEC filings by CIK number. Returns company name, CIK, tickers, exchanges, SIC industry classification, and filings with accession number, filing type, date, and description. The CIK can be obtained from search_company results.
usaspending.gov
usaspending.gov
usaspending.gov API
Government & PublicFinanceB2B & Directories
22d agoEndpoints ▸
- POST
search_awards
Search for government awards with advanced filtering. Returns paginated results of contracts and other award types. Supports keyword search and complex filter objects including time_period, award_type_codes, and agencies. If award_type_codes is not specified in filters, defaults to contracts (A, B, C, D).
- GET
get_award_details
Get comprehensive details for a specific award including recipient info, contract data, period of performance, and funding/awarding agency details. Returns the full award record from USASpending.gov given a generated_internal_id from search_awards results.
- GET
list_agencies
List all federal toptier agencies with budget authority amounts for the current active fiscal year and quarter. Returns agencies sorted by the specified field. Each agency includes budget_authority_amount, percentage_of_total_budget_authority, and agency_slug for further lookups.
- POST
search_spending_by_category
Search for spending grouped by a category such as awarding agency, recipient, or geographic area. A default time_period filter covering the past year is applied if none is provided in filters. Returns the top results by amount for the chosen category.
- POST
search_recipients
Search for award recipients by name via autocomplete. Returns matching recipient names with optional UEI and DUNS identifiers. Useful for finding the exact recipient name to use in award filters.
Search federal job openings and view detailed job announcements from USAJobs.gov, plus access historical job data and reference codes to help you find the right government position. Filter and explore thousands of federal career opportunities with comprehensive job details all in one place.
JobsGovernment & PublicB2B & Directories
22d agoEndpoints ▸
- POST
search_jobs
Search for current federal job openings on USAJobs.gov. Supports keyword and location filters with paginated results. Each result includes job title, agency, salary, location, work schedule, and hiring paths. Returns up to 100 results per page.
- GET
get_job_detail
Retrieve full details for a specific job announcement by its control number. Returns a flat object with structured metadata (salary, locations, agency, hiring paths, work schedule, security clearance) and key announcement text fields (summary, duties, qualifications, how to apply). The control_number is the DocumentID from search_jobs results.
- GET
get_historic_joas
Retrieve historic Job Opportunity Announcements (JOAs) metadata. Supports bulk retrieval by agency code, control numbers, or date ranges. At least one filter parameter is required. Returns up to 500 records per page with a continuation token for further pages.
- GET
get_codelist
Retrieve reference code lists used by USAJobs for various classification fields. Each code list contains validated entries with their codes, display values, and status. Use these codes as filter values in search and historic JOA queries.
store.steampowered.com
store.steampowered.com
Search Steam Store listings, fetch featured categories (specials, top sellers, new releases), and retrieve app details and user reviews by Steam AppID.
EntertainmentE-commerceReviews & Ratings
22d agoEndpoints ▸
- GET
search_products
Search and list Steam products with filters for category, tags, price, platform, and more. Returns paginated results with pricing, review scores, and platform availability. Offset-based: caller controls start/count for manual paging.
- GET
get_app_details
Get detailed information about a Steam product including description, pricing, system requirements (parsed into structured fields for OS, Processor, Memory, Graphics), categories, genres, screenshots, and more. Returns null price_overview for free games.
- GET
get_app_reviews
Get user reviews for a Steam product with filtering and cursor-based pagination. Returns reviews with author info (playtime, games owned), vote data, and a cursor for fetching subsequent pages. First page uses cursor '*'.
- GET
get_featured
Get featured, special, trending, and top-selling products from the Steam store. Returns products grouped by category (specials, top_sellers, new_releases, coming_soon) with pricing and discount information. When category is specified, only that section is returned.
Access Reserve Bank of Australia data including CPI inflation (current and historical), housing and business lending rates, AUD exchange rates, monetary policy/cash rate changes, and the RBA balance sheet.
FinanceGovernment & Public
22d agoEndpoints ▸+3 more
- GET
get_current_inflation
Get the latest CPI (Consumer Price Index) inflation data with quarterly and monthly year-ended percentage change rates. Returns the most recent period, previous period for comparison, and 6 recent data points. Quarterly values are only populated on quarter-end months; monthly values from the ABS Monthly CPI Indicator are available every month.
- GET
get_historical_inflation
Get historical inflation data with full time series for trend analysis. Returns CPI year-ended percentage change data from 1956 to present, with both quarterly and monthly indicators where available. The limit parameter controls how many records are returned starting from the earliest date.
- GET
get_interest_rates
Get housing lending interest rates (owner-occupied and investment) including outstanding and new loan rates from large institutions. Returns the last 12 months of data from RBA Table F6. Series IDs: FLRHOOTL (owner-occupied total large), FLRHOOTA (owner-occupied total all), FLRHOOVL (owner-occupied variable large).
- GET
get_business_lending_rates
Get business lending interest rates for small, medium and large businesses from RBA Table F7. Returns the last 12 months of outstanding business finance rates. Series IDs: FLRBFOSBT (small business total), FLRBFOSBR (medium business), FLRBFOSBF (large business).
- GET
get_exchange_rates
Get daily exchange rates for AUD against major currencies including USD, EUR, JPY, CNY, and the Trade-Weighted Index (TWI) from RBA Table F11.1. Returns the last 30 trading days of data. Series IDs: FXRUSD, FXRTWI, FXRCR (CNY), FXRJY (JPY), FXREUR.
pubmed.ncbi.nlm.nih.gov
pubmed.ncbi.nlm.nih.gov
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
HealthcareEducationGovernment & Public
22d agoEndpoints ▸+6 more
- GET
search_articles
Full-text search over PubMed articles by keyword. Paginates via page number. Each result includes PMID, title, authors, journal, publication date, DOI, and URL. Sort controls ordering; limit controls page size.
- GET
get_article_details
Retrieve full metadata and abstract for a single PubMed article by its PMID. Includes structured author list with affiliations, journal info, abstract text, MeSH keywords, DOI, PMCID, and up to 10 similar article PMIDs via PubMed's relatedness algorithm.
- GET
advanced_search
Execute complex PubMed queries using field-specific syntax and boolean operators. Supports PubMed query tags like [Title], [Journal], [Author], [MeSH Terms], and date ranges like 2023:2024[PDAT]. Returns a single page of article summaries.
- GET
search_by_journal
Search for articles within a specific journal using PubMed's [Journal] field tag. An optional keyword further filters results within the journal. Returns a single page of article summaries.
- GET
clinical_queries_search
Search PubMed with predefined clinical filters (Clinical Queries). Appends a PubMed clinical filter tag based on category and scope to narrow results to clinically relevant articles. Returns a single page of article summaries.
Access real-time and historical market data for stocks, cryptocurrencies, forex, and commodities—including price aggregates, ticker details, and financial statements—all from a single platform. Get the latest market news, check trading status across exchanges, and retrieve comprehensive ticker information to power your investment analysis and trading decisions.
FinanceCrypto & Web3News & Media
22d agoEndpoints ▸+2 more
- GET
get_all_tickers
List ticker symbols across markets (stocks, crypto, fx, otc). Filterable by market, type, active status, or ticker search string. Each result is a lightweight summary with symbol, name, market, type, and active status. Requires a valid Polygon.io API key.
- GET
get_ticker_details
Retrieve full metadata for a single ticker including company description, market cap, share class shares outstanding, primary exchange, SIC code, and branding. A single round-trip per ticker. Requires a valid Polygon.io API key.
- GET
get_aggregates
Retrieve historical OHLCV bars for a ticker over a date range. Supports configurable timespan (minute to year) and multiplier. Results are optionally adjusted for splits. Defaults to the last 30 days of daily bars. Requires a valid Polygon.io API key.
- GET
get_universal_snapshot
Retrieve real-time snapshots for multiple tickers in a single call. Each snapshot includes last trade, session OHLCV, and price change data. Works across asset classes (stocks, crypto, forex). Requires a valid Polygon.io API key.
- GET
get_news
Retrieve latest financial news articles sorted by publication date descending. Optionally filter by ticker symbol. Each article includes title, author, published timestamp, related tickers, and source URL. Requires a valid Polygon.io API key.
pmc.ncbi.nlm.nih.gov
pmc.ncbi.nlm.nih.gov
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
HealthcareEducationGovernment & Public
22d agoEndpoints ▸+1 more
- GET
search_articles
Full-text search over PubMed Central articles by keyword. Supports PubMed query syntax including Boolean operators and field qualifiers. Returns paginated article summaries with identifiers, titles, authors, journals, and publication dates. Sort by relevance (default) or date.
- GET
get_article
Retrieve full article content by PMC ID. Returns the article title, abstract, structured body sections (keyed by section title), authors with affiliations, and a list of cited references. Fetches the XML full-text from NCBI efetch and parses it.
- GET
get_article_citations
Get articles in PMC that cite a specific article. Uses NCBI elink's pmc_pmc_citedby linkname to find citing articles, then returns up to 50 summaries with PMC IDs, titles, journals, and publication dates.
- GET
get_similar_articles
Get articles similar to a specific PMC article based on PubMed's related article algorithm. Converts PMC ID to PMID, finds PubMed neighbors, then filters to articles available in PMC. Returns up to 20 similar article summaries.
- GET
list_journals
Search for journals indexed in NLM catalog that are available through NCBI. Returns journal name, ISSN, and publisher information. Omitting the query returns recently indexed journals.
ncbi.nlm.nih.gov
ncbi.nlm.nih.gov
Search and retrieve biomedical literature from NCBI databases including PubMed, PubMed Central, and MeSH. Supports full-text extraction, metadata lookup, and research filtering.
HealthcareGovernment & PublicEducation
22d agoEndpoints ▸
- GET
pubmed_search
Full-text search across all PubMed articles. Supports filters for date range, article type, and text availability. Returns paginated article summaries (title, authors, journal, identifiers). Pagination is offset-based via retstart/retmax. Each result carries a PMID usable with pubmed_get_article for full metadata.
- GET
pubmed_get_article
Retrieve full bibliographic metadata for a single PubMed article by its PMID. Returns authors with affiliations, structured journal info, full abstract, MeSH headings, and keywords. One network round-trip per article.
- GET
pmc_get_article
Retrieve full text and structured sections for a PMC article by its PMCID. Extracts labeled sections (methods, results, conclusions, limitations) when present. For publisher-restricted articles, returns the abstract as full_text. Truncates full_text at 20000 characters.
- GET
mesh_search
Search the MeSH (Medical Subject Headings) vocabulary for terms matching a query. Returns matching descriptors with unique identifiers, definitions, and entry terms (synonyms). Each result carries a numeric ID usable with mesh_get_term for tree classification.
- GET
mesh_get_term
Retrieve full details for a specific MeSH descriptor by its numeric ID (as returned by mesh_search). Returns the preferred term name, scope note, MeSH tree classification numbers, and entry terms.
Track your Maersk shipping containers in real-time, monitor vessel schedules and locations, and discover available routes between ports and countries. Access comprehensive port data, search for specific locations, and view detailed shipping route information to plan your logistics more effectively.
OtherMaps & GeoB2B & Directories
22d agoEndpoints ▸+5 more
- GET
get_container_tracking
Retrieve container tracking information by container number. Note: This endpoint is subject to strict Akamai protection and may be intermittently unavailable.
- GET
list_active_vessels
List all active vessels in the Maersk fleet with vessel codes, names, IMO numbers, flag countries, and call signs.
- GET
list_active_ports
List all active ports served by Maersk worldwide with country, city, port names, UN location codes, and internal port codes.
- GET
search_locations
Search for locations (cities/ports) by name to find geo-identifiers, UN location codes, and coordinates. Returns up to 25 matching results sorted by city name.
- GET
get_country_routes
Get all shipping routes for a specific country with full port sequences and transit times. Regions: asia-pacific, europe, imea, latin-america, north-america.
jobs.lever.co
jobs.lever.co
Access job postings on any Lever-hosted company job board. List, filter, search, and group open roles, retrieve full posting details, and extract application form questions via Lever's public API.
JobsB2B & DirectoriesDeveloper Tools
22d agoEndpoints ▸+1 more
- GET
get_company_job_postings
Fetch active job postings for a company from the Lever public API. Supports filtering by team, location, and commitment type. Returns paginated results via offset. The location filter requires an exact match to the location string as stored by Lever.
- GET
get_job_posting_detail
Fetch full details for a single job posting by its UUID. Returns the complete posting object including HTML description, requirement lists, categories, and application URL.
- GET
get_company_job_board
Scrape the public Lever-hosted job board page for a company. Returns the company name, logo URL, and all job postings grouped by department as displayed on the site. Only works for companies with active Lever-hosted job boards.
- GET
get_job_application_form_questions
Scrape the job application form page to extract all application questions. Returns each question's label, input type, required status, and available options for select/radio/checkbox fields.
- GET
get_job_postings_grouped
Fetch all job postings for a company and group them by a specified field. Returns an object where keys are group names (e.g. department names) and values are arrays of full job posting objects. Useful for building categorized job board views.
fdc.nal.usda.gov
fdc.nal.usda.gov
Search across thousands of foods to get detailed nutritional information, serving sizes, and ingredient data from USDA's comprehensive food database. Find nutrition facts for branded products, legacy foods, and foundation foods all in one place.
Food & DiningHealthcareGovernment & Public
22d agoEndpoints ▸+1 more
- GET
search_foods
Full-text search over the FoodData Central database. Matches query against food descriptions and ingredients. Supports filtering by data type and brand owner, sorting by description/fdcId/publishedDate. Paginates via page number. Each result includes summary nutrient data; use get_food_details for the full record.
- GET
get_food_details
Retrieve the full nutritional record for a single food item by its FDC ID. Returns comprehensive data including all nutrients with analysis details, food measures, attributes, input foods, and source samples. The response shape varies by food type (Foundation includes nutrientAnalysisDetails; Branded includes labelNutrients).
- GET
get_multiple_foods
Fetch full details for multiple food items in a single request by providing comma-separated FDC IDs. Each item in the response has the same shape as get_food_details. Items that fail to resolve are silently omitted from results.
- GET
list_foods
Retrieve a paged list of all available foods sorted alphabetically by description. Optionally filter by data type. Uses an empty search query internally to enumerate the full database. Paginates via page number.
- GET
get_food_nutrients
Retrieve structured nutritional values for a food item, categorized into macronutrients, vitamins, minerals, lipids, and other. Each category is a map of nutrient name to an object containing amount, unit, and name. Derived from the full food detail record by classifying each nutrient.
Search millions of companies in Dun & Bradstreet's global business directory to find detailed company profiles and verify D-U-N-S numbers. Look up key business information like company details and identifiers to support due diligence, sales prospecting, and business intelligence needs.
B2B & DirectoriesFinanceGovernment & Public
22d agoEndpoints ▸
- GET
search_companies
Full-text search over the D&B Business Directory by company name or keyword. Returns paginated company summaries with address, industry, and location type, plus navigator facets for filtering by country, corporate role, and employee count. Each result carries a urlSelector usable for get_company_profile.
- GET
get_company_profile
Retrieve a detailed company profile from D&B including financials, contacts, corporate hierarchy, and industry classification. Accepts either a url_selector (from search_companies results) or a full profile URL. Returns structured overview with revenue, employee count, key principal, and the full raw API response for advanced consumers.
- GET
lookup_duns_number
Search the D&B directory by company name with optional location filters to find matching companies and their profile links. Useful for verifying business identity and retrieving the url_selector needed for get_company_profile.
data.ecb.europa.eu
data.ecb.europa.eu
Access official European Central Bank statistical series and observations to retrieve economic data like exchange rates, interest rates, and monetary aggregates. Browse available dataflows and retrieve specific time series data to analyze ECB's published economic indicators.
FinanceGovernment & PublicOther
22d agoEndpoints ▸
- GET
list_dataflows
List all available dataflows (datasets) from the ECB. Returns identifiers, agency, version, and human-readable names for each dataflow. The full catalog typically contains 70+ dataflows covering exchange rates, monetary aggregates, interest rates, balance of payments, and more. No parameters required.
- GET
get_series
Retrieve full SDMX-JSON data for a specific ECB series, including all observations, dimensional metadata, and attributes. Use flow_ref and series_key to identify the series. The response follows the SDMX-JSON standard with header, dataSets (containing indexed observations), and structure (describing dimensions and attributes). Optional parameters allow filtering by time period or limiting observation count.
- GET
get_observations
Retrieve a simplified list of observations (period, value, period_name) for a specific ECB series. Returns data from the ECB portal detail API in a flat, easy-to-consume format. Each observation includes the period start date, the numeric value as a string, and a human-readable period label. Results are ordered most-recent first.
companieshouse.gov.uk
companieshouse.gov.uk
Search for UK companies and officers, then access detailed information including company profiles, filing history, charges, and officers with significant control. Get comprehensive corporate records and appointment details all in one place.
Government & PublicB2B & DirectoriesFinance
22d agoEndpoints ▸+3 more
- GET
search_companies
Full-text search over UK registered companies by name or number. Returns up to 20 results per page. Matches against current and previous company names. Each result includes a company_number suitable for drill-down via get_company_profile.
- GET
search_officers
Search for officers (directors, secretaries, etc.) by name. Returns up to 20 results per page. Each result includes an officer_id suitable for get_officer_appointments.
- GET
get_company_profile
Retrieve full company profile by registration number. Returns company name, type, status, registered address, incorporation date, accounts info, confirmation statement dates, and SIC codes. Returns stale_input if the company number does not exist.
- GET
get_company_filing_history
Retrieve company filing history. Returns a list of filings with date, type code, description, and optional PDF document URL. Optionally filter by filing category.
- GET
get_company_officers
Retrieve current and resigned officers for a company. Returns name, officer_id (for get_officer_appointments), role, status, address, appointment/resignation dates, nationality, country of residence, and date of birth.
clinicaltrials.gov
clinicaltrials.gov
Search and retrieve comprehensive information about clinical trials worldwide, including study details, eligibility criteria, locations, and outcomes data. Access structured metadata and statistics to find relevant research studies matching your specific medical conditions or research interests.
HealthcareGovernment & PublicDeveloper Tools
22d agoEndpoints ▸+3 more
- GET
search_studies
Search for clinical trials with extensive filtering and cursor-based pagination. Supports condition, intervention, status filters, and general keyword search. Returns paginated results with a nextPageToken for fetching subsequent pages. Each study includes protocolSection (identification, status, description, design, eligibility), derivedSection (condition/intervention browse), and hasResults flag.
- GET
get_study
Retrieve full details for a single clinical trial by its NCT ID. Returns the complete protocolSection (identification, status, sponsor, description, design, outcomes, eligibility, contacts), derivedSection (condition/intervention browse modules), resultsSection (participant flow, baseline, outcome measures, adverse events — present only when hasResults is true), and hasResults flag.
- GET
get_studies_metadata
Retrieve the hierarchical data model and field definitions for the study record structure. Returns a recursive tree describing every field available in study records, including name, piece identifier, title, type, sourceType, description, rules, and children.
- GET
get_search_areas
Retrieve the mapping between search query parameters and their underlying data fields with weights. Each search area group contains named areas (e.g. BasicSearch, ConditionSearch) that define which data pieces are searched and their relative weight.
- GET
get_enums
Retrieve valid values for all categorical/enumeration fields in the ClinicalTrials.gov data model. Each entry contains the enum type name, its accepted values (with optional legacy display values), and the data pieces (fields) that use that enum.
banks.data.fdic.gov
banks.data.fdic.gov
Search FDIC-insured banks by location or institution, and access detailed information about their financial performance, merger history, deposit demographics, and regulatory changes. Get comprehensive data on bank failures, acquisitions, and historical financial trends to research institutions and analyze the banking landscape.
FinanceGovernment & PublicB2B & Directories
22d agoEndpoints ▸+6 more
- GET
get_bank_acquisitions
Retrieve the list of all banks acquired by a specified bank. Filters by the acquiring bank's certificate number (CERT) and optionally by date range. Returns a processed array of acquisitions including bank name, date, city, and state. Returns an empty array with total 0 when no acquisitions match.
- GET
search_institutions
Search for FDIC-insured financial institutions using full-text search or field-level filters. Returns institution records with metadata including total count. The filters parameter supports FDIC field names like STNAME, NAME, CERT, STALP. Full-text search via query may return fewer results than filter-based queries.
- GET
get_institution_details
Retrieve full details for a specific financial institution by FDIC certificate number (CERT). Returns comprehensive data including address, financial indicators, regulatory information, and web address.
- GET
get_institution_history
Retrieve the complete list of structure change events (history) for a specific institution. Includes mergers, branch openings/closings, name changes, and other regulatory events sorted by date descending. Results are paginated.
- GET
get_institution_locations
Retrieve all branch/office locations for a financial institution by CERT number. Returns location details including address, city, state, coordinates, and service type. Results are paginated with up to 100 per request.
alphavantage.co
alphavantage.co
Track stock prices, forex rates, and cryptocurrency values with real-time and historical market data, while accessing company financials, earnings reports, and technical indicators. Search tickers, monitor economic indicators, analyze news sentiment, and get global quotes all in one place.
FinanceCrypto & Web3News & Media
22d agoEndpoints ▸+8 more
- GET
get_daily_time_series
Get daily OHLCV time series for a stock symbol. Returns up to 100 most recent daily data points (compact output size). Each entry includes open, high, low, close prices and volume keyed by date string.
- GET
get_global_quote
Get the latest price and volume information for a stock symbol, including open, high, low, close, volume, previous close, and change percentage.
- GET
search_ticker
Search for stock symbols by keyword. Returns matching symbols with name, type, region, currency, and match score.
- GET
get_company_overview
Get company overview including financial ratios, market capitalization, description, sector, industry, and key metrics for a US-listed stock.
- GET
get_income_statement
Get annual and quarterly income statements for a stock symbol, including revenue, gross profit, operating income, and net income.
domain.com.au
domain.com.au
Search and compare property listings for sale, rent, or sold properties across Australia, view detailed property information and agent profiles, and explore suburb insights to make informed real estate decisions. Access comprehensive data on agents, neighborhoods, and properties all in one place.
Real EstateMaps & GeoReviews & Ratings
7d agoEndpoints ▸+2 more
- GET
search_properties_for_sale
Search properties listed for sale on Domain.com.au by suburb location. Returns paginated results including listing details (id, address, price, features, branding, images). Supports filtering by price range, bedrooms, bathrooms, and property type. Paginates via integer page number; totalPages in meta indicates last page.
- GET
search_properties_for_rent
Search properties for rent on Domain.com.au by suburb location. Returns paginated results including listing details with weekly rent prices and property features. Paginates via integer page number.
- GET
search_sold_properties
Search recently sold properties by suburb location on Domain.com.au. Returns paginated results including sold prices, sale dates, and property details. Paginates via integer page number.
- GET
get_property_details
Get full details of a specific property listing by its URL slug. Returns comprehensive property information including price, address, features, agent details, gallery images, suburb insights, school catchment data, and neighbourhood demographics.
- GET
search_agents
Search for real estate agents by suburb location on Domain.com.au. Returns agent profiles with statistics including total sales, average sold price, reviews, and agency information.
Access detailed Dota 2 match statistics, player performance metrics, hero win rates, and professional tournament data to analyze gameplay trends and competitive performance. Search for specific players, explore custom data queries through SQL, and retrieve comprehensive match histories to improve your understanding of the game.
SportsEntertainmentDeveloper Tools
16d agoEndpoints ▸+3 more
- GET
get_match
Retrieve comprehensive match data including duration, scores, players, and advanced statistics for a specific match. Each player entry contains hero, items, kills/deaths/assists, gold/xp rates, benchmarks, and more.
- GET
get_player
Get player profile data including Steam info, rank tier, and leaderboard position. Returns profile sub-object with Steam details (personaname, avatar, country), rank_tier as an integer encoding medal and star, and leaderboard_rank for top players.
- GET
get_player_win_loss
Get player win/loss count with optional filters for hero, game mode, lobby type, region, patch, and date. Returns aggregate win and lose counts for the filtered set of matches.
- GET
search_players
Search for players by personaname. Returns an array of matching player summaries ordered by relevance, each containing account_id, avatar, display name, and last match time.
- GET
get_hero_stats
Get comprehensive hero performance statistics including pick/win rates across all rank brackets, pro matches, and turbo mode. Returns every hero with base attributes, roles, and aggregate statistics.
store.epicgames.com
store.epicgames.com
Access data from store.epicgames.com.
EntertainmentE-commerceMarketplace
22d agoEndpoints ▸+6 more
- GET
get_discover_something_new
Returns games from the Discover Something New section on the Epic Games Store homepage. These are recently highlighted or newly released titles with pricing and badges.
- GET
get_free_games
Returns all currently free and upcoming free games from the Epic Games Store free games promotion page. Each game includes its status (FREE NOW or COMING SOON) and the promotional date range. The list refreshes weekly.
- GET
get_free_games_now
Returns only games currently labeled FREE NOW from the Epic Games Store free games section. Filters out upcoming free games. Subset of get_free_games.
- GET
get_free_games_coming_soon
Returns only games labeled COMING SOON from the Epic Games Store free games section. Filters out currently free games. Subset of get_free_games.
- GET
get_game_details
Fetches full details for a specific game on the Epic Games Store by its URL slug. Returns description, pricing, genres, features, ratings, media gallery, and publisher info. Requires multiple GraphQL round-trips internally (mapping lookup, offer fetch, ratings).
Search for property listings on Funda.nl, the largest Dutch real estate platform. Access prices, addresses, property details, and agent contact information across Dutch cities and neighbourhoods. Supports paginated browsing and bulk retrieval of listings by area.
Real EstateMaps & GeoMarketplace
22d agoEndpoints ▸
- GET
search_listings
Search for property listings on Funda.nl by area with pagination. Returns 15 listings per page with prices, addresses, property details, and agent information. Paginated via page number; each page holds 15 results. Use max_pages to fetch multiple consecutive pages in one call.
- GET
get_listing_detail
Get detailed information for a specific listing by its global ID. Returns price, address, living area, bedrooms, broker info, labels, and publication date. The global_id is obtained from search_listings or get_all_listings results. Note: very recently listed properties may take a short time before they are available in the detail API.
- GET
get_all_listings
Retrieve listings for an area by automatically paginating through all result pages. Returns up to the specified limit of listings. Internally fetches 15 listings per page and stops when the limit is reached or all pages are exhausted (max 10000 offset due to Elasticsearch window).
trustpilot.com
trustpilot.com
Access company reviews, ratings, and user profiles from Trustpilot to research businesses, compare ratings across categories, and analyze customer feedback and company responses. Find detailed company overviews and review summaries to make informed decisions about products and services.
Reviews & RatingsE-commerceB2B & Directories
22d agoEndpoints ▸+3 more
- GET
search_companies
Search for companies by name or keyword. Returns basic company info including domain, trust score, star rating, and review count.
- GET
get_company_overview
Get full company profile overview including TrustScore, rating distribution, AI summary, and initial reviews.
- GET
get_company_reviews
Fetch paginated reviews for a company with optional star filtering, sort order, and keyword search.
- GET
get_categories
Retrieve all top-level categories and their sub-categories available on Trustpilot.
- GET
get_companies_by_category
List companies within a specific category with pagination. Returns companies sorted by trust score.
Access data from nhl.com.
SportsNews & MediaEntertainment
22d agoEndpoints ▸+4 more
- GET
get_schedule
Fetch the full NHL game schedule for a given date. Returns a week of games centered around the requested date, including game details, broadcast info, and scores for completed games. The gameWeek array contains one entry per day with that day's games.
- GET
get_scores
Fetch live and final scores for a given date. Returns games with scores, shots on goal, goal scorers, and broadcast information. The games array contains detailed scoring info including individual goals.
- GET
get_standings
Fetch current or historical NHL standings. Returns all teams with points, wins, losses, and other statistics sorted by league standing. Each entry includes division, conference, home/road splits, and streak info.
- GET
get_team_roster
Fetch a team's roster for a given season. Returns forwards, defensemen, and goalies with biographical information including height, weight, birthdate, birthplace, and sweater number.
- GET
get_player_landing
Fetch comprehensive player profile and summary stats including career totals, featured season stats, awards, and recent game log. Returns biographical details, draft info, current team, and full statistical breakdown for regular season and playoffs.
mars.nasa.gov
mars.nasa.gov
Explore real-time images, weather data, and location tracking from NASA's Perseverance and Curiosity rovers on Mars, while discovering mission details, rock sample findings, and the latest news from the Mars Exploration Program. Access rover photos, scientific discoveries, and multimedia content to stay updated on current Mars exploration activities.
Government & PublicWeatherMaps & Geo
22d agoEndpoints ▸+7 more
- GET
get_mars_overview
Retrieve the NASA global navigation structure. Returns an array of top-level categories (Missions, Humans in Space, Earth & Climate, etc.) each with their menu items and links. Useful for discovering the overall content organization.
- GET
list_mars_missions
List Mars missions. Returns active rover codes from the location API (e.g. 'M20', 'MSL') and mission links from the global navigation. The active_rovers array identifies rovers with operational location tracking; all_missions provides broader mission navigation links.
- GET
get_mission_detail
Get detailed navigation structure for a specific mission by its slug. Returns navigation links (with submenus for each section) and post details for the mission page. Slugs correspond to mission identifiers used by NASA's science portal (e.g. 'mars-2020-perseverance', 'msl-curiosity').
- GET
get_perseverance_raw_images
Retrieve raw images captured by the Perseverance rover with optional filters for sol, camera, and pagination. Returns image metadata including URLs for multiple resolutions (small, medium, large, full_res), camera info, capture timestamps, and sol number. Ordered by sol descending by default.
- GET
get_curiosity_raw_images
Retrieve raw images captured by the Curiosity rover with optional filters for sol, camera, and pagination. Returns image metadata including URL, instrument name, capture timestamps, and sol number. Ordered by sol descending by default.
Get live Kraken exchange market data including supported assets, trading pairs metadata, tickers, OHLCV candlesticks, and bid/ask spread history.
Crypto & Web3Finance
22d agoEndpoints ▸+1 more
- GET
get_assets
Get list of all available crypto assets on Kraken exchange. Returns every asset with its metadata including display name, decimals, and status. No filtering or pagination — the full catalog is returned in one call.
- GET
get_ticker
Get ticker information (price, volume, bid/ask) for one or more trading pairs. Pair names must match Kraken's internal naming (use get_asset_pairs to discover valid pair names). Some assets use X/Z prefixes (e.g. XXBTZUSD for Bitcoin/USD). Returns upstream_error if any pair in the request is unrecognized.
- GET
get_ohlc
Get OHLCV (Open, High, Low, Close, Volume) candlestick historical data for a trading pair. Returns up to 720 data points per request. The last_timestamp field can be passed as the since parameter to paginate forward.
- GET
get_asset_pairs
Get all trading pairs available on Kraken with metadata including fees, maker fees, leverage, margin, and order limits. No filtering — the full catalog is returned.
- GET
get_spread
Get recent bid/ask spread data for a trading pair. Returns up to 250 entries of recent spread snapshots showing bid and ask prices at each timestamp.
guide.michelin.com
guide.michelin.com
Access data from guide.michelin.com.
Food & DiningTravelReviews & Ratings
22d agoEndpoints ▸+2 more
- GET
search_restaurants
Full-text search over Michelin Guide restaurants by keyword. Matches against restaurant names, cities, and cuisines. Paginates via zero-indexed page number. Each hit includes name, slug, city, country, distinction, cuisines, price category, and contact details.
- GET
list_restaurants
Browse all Michelin Guide restaurants with optional filters for country, city, cuisine, distinction level, and price category. Returns paginated results. Useful for discovering restaurants by geographic or quality criteria without a text search.
- GET
get_restaurant_detail
Get full details for a specific restaurant by its slug. Returns comprehensive information including description, contact details, hours of operation, cuisines, facilities, and distinction level. The slug is obtained from search_restaurants or list_restaurants hits.
- GET
list_hotels
Browse Michelin Guide selected hotels. Supports search by keyword and pagination. Returns hotel details including name, location, amenities, distinction level, and booking information.
- GET
list_articles
Browse Michelin Guide magazine articles. Supports keyword search and pagination. Returns article details including title, excerpt, content, tags, and publication date.
find-and-update.company-information.service.gov.uk
find-and-update.company-information.service.gov.uk
Search and access detailed information about UK companies registered at Companies House, including company profiles, filing histories, officers, and financial charges. Filter companies by name, status, type, SIC code, and more.
Government & PublicB2B & DirectoriesFinance
22d agoEndpoints ▸+2 more
- GET
search
Search for companies by name, number, or officer name. Returns paginated results mixing company and officer entries. Pagination via page number; each page holds up to 20 results.
- GET
advanced_search_companies
Advanced company search with multiple filters including name, status, type, SIC codes, and registered office address. All filter parameters are optional but at least one should be provided for meaningful results. Paginates via page number.
- GET
get_company_profile
Get full company profile by company number including name, address, status, type, incorporation date, and SIC codes. Returns a single company record.
- GET
get_company_filing_history
Get filing history for a company. Returns paginated list of filings with date, type code, and description. Each page holds up to 25 filings.
- GET
get_company_officers
Get list of current officers for a company including their roles, appointment dates, and addresses. Returns all active officers in a single response.
etherscan.io API
Crypto & Web3FinanceDeveloper Tools
22d agoEndpoints ▸+5 more
- GET
get_address_overview
Returns summary info for an Ethereum address: ETH balance, ETH value in USD, token holdings, labels, and ENS name. The address must be a valid 0x-prefixed Ethereum address or ENS-resolved address.
- GET
get_address_transactions
Returns paginated list of normal transactions for an address. Each transaction includes hash, method, block, timestamps, from/to addresses, value, and fees. Results are ordered by most recent first.
- GET
get_address_internal_transactions
Returns paginated list of internal transactions for an address. Each record includes block, parent tx hash, type, method, from/to addresses, and value.
- GET
get_address_erc20_token_transfers
Returns paginated list of ERC-20 token transfer events for an address. Each transfer includes tx hash, method, block, from/to, amount, and token name.
- GET
get_address_nft_transfers
Returns paginated list of NFT (ERC-721/ERC-1155) transfer events for an address via Etherscan's internal API. Includes structured data with tx hash, method, from/to, token details, and timestamps.
capitol.texas.gov
capitol.texas.gov
Search and monitor Texas Legislature bills, track their progress through legislative stages, and retrieve detailed action histories. Look up legislator contact information, district details, committee assignments, and full committee membership rosters.
Government & PublicB2B & DirectoriesNews & Media
22d agoEndpoints ▸+2 more
- GET
search_bills
Search for bills in the Texas Legislature for a given session. Returns the first 25 results with total count. Results include bill ID, bill number, and author. Use get_bill_actions or get_bill_stages for individual bill details.
- GET
get_bill_actions
Get actions (Description and Comment) for a specific bill, including dates and journal page references. Each action has a chamber indicator, description comment, date, time, and journal page number.
- GET
get_bill_stages
Get bill stages (legislative progress) for a specific bill. Each stage includes a stage number, status (complete/pending/failed), description, and date when completed.
- GET
get_legislators
Get list of all legislators for a chamber (House or Senate). Returns member names with their member codes for use with get_legislator_info.
- GET
get_legislator_info
Get detailed info for a specific legislator including district, committee assignments, and website. Requires member_code from get_legislators.
blast.ncbi.nlm.nih.gov
blast.ncbi.nlm.nih.gov
Compare DNA and protein sequences against NCBI's massive biological databases to find matching sequences and analyze genetic similarities. Submit alignment jobs, monitor their progress, and retrieve detailed results in structured format to support genomics research and sequence analysis.
HealthcareDeveloper ToolsGovernment & Public
22d agoEndpoints ▸
- POST
submit_blast
Submit a BLAST job to NCBI and receive a Request ID (RID) for tracking. The RID can be used with check_status and get_results endpoints to monitor and retrieve results. Returns immediately with the RID and an estimated time of execution (RTOE) in seconds.
- GET
check_status
Check the status of a BLAST job using its RID. Returns the current processing status which can be WAITING (queued), SEARCHING (running), READY (complete), FAILED (server error), or UNKNOWN (expired or invalid RID).
- GET
get_results
Retrieve the final alignment results for a completed BLAST job in JSON format. The job must have READY status (check with check_status first). Returns upstream_error with status 202 if the job is still processing, or stale_input if the RID is unknown/expired.
- POST
search_blast
Submit a BLAST job and automatically poll until results are ready, then return the full alignment results in JSON format. Combines submit_blast, check_status, and get_results into a single blocking call. May take up to several minutes depending on query complexity and server load.
statistiken.bundesbank.de
statistiken.bundesbank.de
Retrieve Deutsche Bundesbank's macroeconomic data including exchange rates, interest rates, and financial statistics by searching for specific time series or browsing topics to access historical data points. Monitor Germany's key economic indicators and financial metrics directly from the official central bank database.
FinanceGovernment & PublicOther
9h agoEndpoints ▸
- GET
search_time_series
Full-text search across Bundesbank time series. Returns matching series metadata with pagination. When topic is provided, results are scoped to that topic branch (e.g. 'W1' for Außenwirtschaft). The default query '**' returns all series within the topic. Each item carries the dataflow and series key needed to fetch observations via get_time_series_data.
- GET
get_time_series_data
Retrieve observation data for a specific time series identified by its dataflow and series key. Returns timestamped values and series metadata (title, unit, unit multiplier, frequency). Use last_n_observations to limit to the most recent data points.
- GET
list_topics
Retrieve the full hierarchical topic tree for Bundesbank time series. Each topic has an ID code usable as the topic parameter in search_time_series. The tree is nested: top-level topics (e.g. Außenwirtschaft, Konjunktur und Preise) contain subcategories.
Search for products on Amazon India and retrieve detailed information including search suggestions, product details, and bestseller listings. Get instant autocomplete recommendations and access comprehensive product data to compare prices and features across the Indian marketplace.
E-commerceReviews & RatingsMarketplace
15h agoEndpoints ▸
- GET
get_search_suggestions
Get search autocomplete suggestions for a given query prefix on Amazon.in. Returns keyword and widget-type suggestions with metadata.
- GET
search_products
Search for products by keyword on Amazon.in. Returns paginated results with product summaries including title, price, rating, and image.
- GET
get_product_details
Extract detailed product information from an Amazon.in product page including title, brand, price, features, images, availability, and customer reviews when available.
- GET
get_bestsellers
Retrieve Amazon Bestsellers list for a category. Returns ranked products with title, price, rating, and image. When no category is specified, returns overall bestsellers spanning multiple sub-categories.
- GET
get_product_reviews
Extract customer reviews for an Amazon.in product. Returns up to 13 reviews visible on the public product page, optionally sorted by most recent date. Each review includes rating, title, body, author, date, and verified purchase status. The dedicated reviews page requires authentication, so this endpoint extracts all reviews embedded in the public product page (typically 8-13 reviews depending on the product).
Scrape product data from Amazon.fr, including search results, product details, specifications, seller offers, customer reviews, and current deals.
E-commerceMarketplaceReviews & Ratings
18h agoEndpoints ▸+2 more
- GET
search_products
Search for products on Amazon.fr. Returns paginated results with product title, price, rating, review count, and image. Paginates via page number. May occasionally be blocked by Amazon's bot protection, in which case proxy rotation resolves the issue.
- GET
get_product_details
Retrieve full details for a product by ASIN, including title, price, rating, reviews count, specifications, images, bullet points, and variants. Makes a single request to the product page.
- GET
get_product_specifications
Extract the technical specifications and product details for a product by ASIN. Returns the product title and a key-value map of all specifications found on the product page. Shares the same underlying request as get_product_details but returns only specifications.
- GET
get_product_offers
Get seller offers and buying options for a product ASIN. Extracts the buy box offer and any additional tabular offers from the product page. Returns price, seller name, condition, and availability for each offer.
- GET
get_product_reviews
Retrieve customer reviews for a product by ASIN. Reviews are extracted from the product page and include up to approximately 13 top reviews per request. Each review includes author, rating, title, body text, date, and verified purchase status.
Search for Amtrak trains across stations, compare fares, and discover discounts to plan your rail journey with current pricing and availability. Get detailed train information, autocomplete station names, and find the cheapest routes for your travel dates.
TravelMaps & GeoGovernment & Public
1d agoEndpoints ▸+2 more
- GET
get_stations
Retrieve all Amtrak stations with their codes and accessibility details. Returns the full station list in a single response. Each station includes flags for QuikTrak kiosk availability, staffing, ADA accessibility, and wheelchair availability.
- GET
get_station_autocomplete
Search for Amtrak stations by keyword. Returns matching stations with codes, addresses, and geographic coordinates. Useful for resolving user-typed city or station names into station codes required by search_trains and get_cheapest_fare.
- POST
search_trains
Search for available trains between origin and destination stations on a given date. Returns all journey solution options with departure/arrival times, travel class, fare families (Value, Flexible, Saver), seat availability inventory, and ancillary options (pets, bicycles). Supports one-way and round-trip searches with multiple passenger types.
- GET
get_cheapest_fare
Find the cheapest available fare for a route and date. Searches all available trains and returns the single lowest-priced option with train name, number, departure/arrival times, travel class, and fare family code.
- GET
get_train_details
Get detailed schedule and stop information for a specific train including all intermediate stops, arrival/departure times, station facilities, and onboard amenities. The train_number and start_date should be obtained from search_trains results.
api.quiverquant.com
api.quiverquant.com
Track stock trades made by U.S. Congress members in real-time, including recent transactions, individual politician trading history, and which congressional representatives are buying or selling specific stocks. Monitor how lawmakers' investment activity aligns with their legislative decisions and identify potential trading patterns across the legislative branch.
FinanceGovernment & PublicB2B & Directories
4d agoEndpoints ▸
- GET
get_recent_trades
Returns the most recently disclosed stock trades by U.S. Congress members (both House and Senate). Trades are ordered by filing date descending. Each trade includes the ticker, transaction type, size range, politician details, and estimated excess return since the transaction.
- GET
get_politician_trades
Returns all disclosed stock trades for a specific U.S. Congress member identified by their name and BioGuide ID. Includes trade details such as asset type, sector, and estimated excess return.
- GET
get_stock_trades
Returns all disclosed Congress member trades for a specific stock ticker. Shows which politicians bought or sold a given stock, with filing and trade dates.
blackrock.com
blackrock.com
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
Endpoints ▸+5 more
- GET
get_etf_list
Retrieve the full list of iShares ETFs with ticker, fund name, inception date, expense ratios, net assets, yield, and YTD return. Returns all US-listed iShares products from the screener. Use limit to cap the number of results.
- GET
search_etfs
Search for iShares ETFs by keyword, ticker symbol, or fund name. Returns matching ETFs with basic identifiers. Case-insensitive substring match against ticker and fund name.
- GET
get_etf_overview
Retrieve the summary/overview for a specific ETF including NAV, yield, returns, and classification. Uses the product screener dataset for fast lookups without an additional API call.
- GET
get_etf_holdings
Retrieve the full holdings list for a specific iShares ETF including individual positions, weights, and identifiers. Data is sourced from the v2 product-data API. Omitting as_of_date returns the most recent available holdings.
- GET
get_etf_performance
Retrieve annualized performance metrics (YTD, 1Y, 3Y, 5Y, 10Y, since inception) for an ETF based on NAV returns from the product screener dataset.
fantasypros.com
fantasypros.com
Access expert consensus rankings, player projections, average draft position data, injury reports, and the latest player news from FantasyPros. Search by player name or position to retrieve detailed stats, rankings, and expert analysis across all major scoring formats.
SportsNews & MediaEntertainment
7d agoEndpoints ▸+2 more
- GET
get_rankings
Get Expert Consensus Rankings (ECR) for a scoring format. Returns all ranked players with ECR position, tier, positional rank, and expert agreement metrics. Paginates as a single page. Each player includes rank_ecr, pos_rank, tier, and min/max/avg rank across experts.
- GET
get_projections
Get season-long stat projections for all players at a given position. Stat columns vary by position (e.g. QBs have passing and rushing stats, WRs have receiving stats). Returns a single-page list of all projected players.
- GET
get_injuries
Get player injury reports for a given NFL week and season year. Returns injury status, practice participation details, and probability of playing for all players with active injury designations.
- GET
get_player_news
Get the latest fantasy football player news with fantasy impact analysis. Returns recent news items including titles, source links, publication dates, content summaries, and expert impact assessments. Single-page result.
- GET
get_adp
Get Average Draft Position (ADP) data. Returns players ranked by their average draft position across fantasy platforms for the chosen scoring format. Single-page result.
Search for SSL/TLS certificates across public transparency logs by domain, fingerprint, serial number, or public key, and retrieve detailed certificate information including issuer, validity dates, and certificate chain details. Monitor certificate issuance for domains you care about to track security changes and detect unauthorized certificates.
Developer ToolsGovernment & PublicB2B & Directories
10d agoEndpoints ▸+1 more
- GET
search_certificates
Search for certificates by identity (domain, email, organization, etc.) using the crt.sh JSON API. Returns an array of matching certificate records wrapped in an items key. Supports wildcard queries with the % character.
- GET
get_certificate_detail
Retrieve full details for a specific certificate by its crt.sh ID. Returns decoded X.509 information, fingerprints, transparency log entries, and revocation status parsed from the HTML detail page. The cert_id can be obtained from search_certificates results.
- GET
get_ca_details
Retrieve details for a Certificate Authority by its crt.sh CA ID. Returns the CA name and raw certificate information parsed from the HTML page. The ca_id can be obtained from the issuer_ca_id field in search_certificates results.
- GET
search_by_spki
Search for certificates sharing a specific SPKI (Subject Public Key Info) SHA-256 fingerprint. Parses the HTML results page since JSON output is not supported for this query type. Returns an empty items array when no certificates match.
- GET
search_by_serial
Search for certificates by their serial number using the crt.sh JSON API. Returns all certificates matching the given serial number hex string.
artificialanalysis.ai
artificialanalysis.ai
Compare and rank LLM models and providers across performance benchmarks, then dive into detailed specifications for any model to find the best fit for your needs. Discover performance metrics for specialized AI systems handling speech, images, and video, plus benchmark data for different hardware configurations.
Developer ToolsB2B & DirectoriesReviews & Ratings
13d agoEndpoints ▸+2 more
- GET
get_llm_providers_leaderboard
Get the main LLM API Providers Leaderboard data, including all model endpoints and their performance metrics (speed, latency, price, etc.). Returns a large dataset of provider-model combinations with pricing, timescale performance data, and benchmark scores.
- GET
get_models_list
Get a list of all LLM models and their summary metrics including name, slug, creator, and reasoning capability flag.
- GET
get_model_detail
Get detailed information for a specific model by its slug, including benchmark scores, intelligence index, context window size, pricing, and evaluation data. Uses the model's providers page for efficient retrieval.
- GET
get_model_providers
Get API providers for a specific model, including detailed model information and a list of provider endpoints with pricing (input/output token costs, cache pricing, feature support like JSON mode and function calling), host details, and performance timescale data.
- GET
get_hardware_benchmarks
Get hardware benchmark data for GPUs including system benchmarks with throughput, output speed, latency measurements, pricing, and chip specifications.
solscan.io API
Crypto & Web3FinanceDeveloper Tools
14d agoEndpoints ▸+18 more
- GET
get_network_stats
Get real-time Solana network stats including epoch info, TPS, validator count, SOL supply, and stake overview. Returns a snapshot of the current network state.
- GET
get_transaction_detail
Get full details for a transaction by its signature. Returns parsed instructions, SOL and token balance changes, fee, status, signer, and raw transaction data.
- GET
get_transaction_list
Get a list of the most recent transactions on Solana. Each entry includes txHash, blockTime, fee, status, signer, and parsedInstruction summary.
- GET
get_block_detail
Get details for a specific block by its slot number. Returns blockhash, validator, fee rewards, transaction count, epoch, and parent slot info.
- GET
get_block_list
Get a list of recent blocks. Each entry includes slot, blockTime, blockhash, validator, fee rewards, and transaction counts. The upstream API accepts limit values of 8 or 400.
Search and discover job opportunities on Indeed while accessing detailed job descriptions, company profiles, and salary insights all in one place. Get comprehensive career information including specific compensation data to help you find and evaluate the right job opportunity for you.
JobsReviews & RatingsFinance
14d agoEndpoints ▸
- GET
search_jobs
Search for job listings on Indeed. Returns the full search results page data including job cards with metadata (titles, companies, locations, salary snippets), pagination links, and search metadata. The response is the server-side rendered page state containing all job card data for the current page of results.
- GET
get_job_details
Retrieve full details for a specific job posting by its job key. Returns comprehensive job information including the full description, salary data, hiring insights (posting age, candidate count), company info, benefits, and application links. The job key is a 16-character hex string obtained from search results.
- GET
get_company_profile
Get a comprehensive company profile including overview, employee reviews, ratings by category, salary data by role, interview information, and FAQ. The company slug is from the Indeed URL path (e.g. 'Google', 'Apple', 'Meta-dd1502f2') and can be obtained from search_companies results.
- GET
search_companies
Search for companies by name to find their slugs, ratings, review counts, and sectors. Use the companyUrl field from results to get the slug for get_company_profile.
- GET
get_salary_info
Get salary statistics for a job title and optional location. Returns salary ranges by period (hourly, daily, weekly, monthly, yearly), state-by-state salary map, skill/education salary impacts, and national vs local aggregates. Based on employer-reported and employee-submitted salary data.
Search for events and performers, view ticket listings with pricing data, and explore venue information across multiple event categories. Get real-time insights into event details, ticket price trends, and what's currently trending to help you find and compare tickets.
EntertainmentSportsMarketplace
14d agoEndpoints ▸+3 more
- GET
search_events
Search for events by keyword/name, returning event titles, dates, venues, categories, performers, and ticket price statistics. Supports filtering by taxonomy, location, and pagination.
- GET
get_event_detail
Retrieve full details for a specific event by its ID, including venue, performers, pricing stats, schedule status, and configuration.
- GET
get_event_ticket_listings
Get all ticket listings for a specific event, including section, row, seat, and price data.
- GET
get_event_ticket_prices_summary
Get aggregated pricing summary for a specific event: listing count, lowest, highest, median, and average prices.
- GET
search_performers
Search for artists, bands, sports teams, or other performers by name. Returns performer details including type, images, genres, popularity, and upcoming event count.
Access real-time and pre-event sports betting odds, matchups, and markets from Pinnacle. Retrieve data across all available sports and leagues, monitor live events with scores and live odds, and explore political and entertainment betting markets. Covers full market depth including spreads, totals, moneylines, props, and alternate lines.
SportsFinanceEntertainment
14d agoEndpoints ▸+3 more
- GET
get_sports
List all available sports and their IDs from Pinnacle. Returns a flat array of sport objects including matchup counts and feature ordering. Sports with matchupCount=0 have no active events.
- GET
get_leagues
List leagues for a specific sport. Returns all active leagues with matchup counts, grouped by region. Each league includes its parent sport reference.
- GET
get_matchups
List pre-event matchups for a league or sport. Provide either league_id or sport_id (league_id takes precedence). Returns matchups including participants, start times, periods, and available market types. Sport-level queries return all matchups across all leagues for that sport.
- GET
get_odds
Get pre-event odds/markets for a league or sport. Provide either league_id or sport_id (league_id takes precedence). When using sport_id, returns primary markets only to manage response size. When using league_id, returns all markets including alternates. Returns empty items array if no odds are available.
- GET
get_live_matchups
List live matchups for a sport including real-time scores and stats. Returns an empty items array when no events are currently live for the given sport.
carfax.com API
AutomotiveMarketplaceReviews & Ratings
14d agoEndpoints ▸+6 more
- GET
search_used_car_listings
Search for used car listings on CARFAX with various filters. Returns paginated results with vehicle details, pricing, CARFAX history indicators, dealer information, and images. Each listing includes VIN, price, mileage, accident/service/owner history summaries, and reliability ratings. Paginates via integer page counter; each page returns up to `rows` listings.
- GET
get_listing_detail
Retrieve full details for a specific vehicle listing by VIN. Returns comprehensive data including specs, dealer info with business hours, all images, ownership/accident/service history, pricing with CARFAX Value badge, reliability ratings, and seller comments. The VIN must correspond to an active listing on CARFAX.
- GET
get_dealer_details
Extract seller/dealer information from a vehicle listing including name, address, phone, business hours, ratings, badge details, and photos. The VIN must correspond to an active listing.
- GET
get_vehicle_history_summary
Get a summary of the vehicle history including accidents, ownership, service records, and vehicle use. Returns boolean flags for quick checks plus detailed history objects with dates, locations, and descriptions. The VIN must correspond to an active listing.
- GET
get_vehicle_highlights
Retrieve vehicle specification highlights and features including top options, other options, standardized atom options, and a comprehensive comma-separated features string. The VIN must correspond to an active listing.
Search Newegg's product catalog and retrieve listings, specifications, customer reviews, Q&A, category trees, and daily deals.
E-commerceReviews & RatingsMarketplace
14d agoEndpoints ▸+2 more
- GET
search_products
Full-text search across Newegg product listings. Returns paginated results with product summaries including title, price, brand, availability, and thumbnail. Supports sorting by featured, price, rating, reviews, or best-selling. Each page returns up to page_size items (default 36). The category_id parameter (Newegg's N value) narrows results to a specific category tree node.
- GET
get_product_detail
Fetch detailed product information by item number via Newegg's real-time product API. Returns title, brand, price, availability, key specifications (from ViewDescription), and full-resolution image URLs. For full technical specifications organized by section, use get_product_specifications.
- GET
get_product_specifications
Fetch the full technical specifications for a product, organized by sections (e.g. CPU, Display, Graphics, Memory, Storage). Returns all specification tables from the product page. More detailed than get_product_detail's Quick Info section.
- GET
get_product_reviews
Fetch paginated customer reviews for a product. Returns review list with ratings, titles, comments, pros/cons, along with aggregate statistics (total count, page count, average rating).
- GET
get_product_qna
Fetch Questions and Answers for a product. Returns paginated Q&A data with question text, answers, and vote counts. Uses offset-based pagination via start parameter.
Search FDA food recall and enforcement actions to find safety information about specific products or manufacturers, and look up adverse events reported to the CFSAN Adverse Event Reporting System (CAERS). Filter, sort, and aggregate data by various fields to analyze food safety trends and monitor enforcement activity.
Government & PublicHealthcareFood & Dining
15d agoEndpoints ▸+1 more
- GET
search_food_enforcement
Search food recall enforcement reports from the FDA Recall Enterprise System (RES). Supports Lucene-style search queries, sorting, and pagination. Returns recall records including recall_number, product_description, status, classification, recalling_firm, reason_for_recall, and distribution details. Paginates via skip/limit (max skip 25000, max limit 1000).
- GET
get_food_enforcement_by_recall_number
Retrieve a specific food recall enforcement report by its unique recall number. Returns the matching recall record with full details including status, classification, recalling firm, product description, reason for recall, and distribution information.
- GET
get_food_enforcement_by_status
Retrieve food recall enforcement reports filtered by recall status. Returns paginated recall records matching the specified status value. Use skip and limit for pagination.
- GET
count_food_enforcement_by_field
Count and aggregate food recall enforcement records by a specific field. Returns term-count pairs showing the distribution of values for the given field. Useful for understanding the breakdown of recalls by status, classification, state, or other categorical fields.
- GET
search_food_adverse_events
Search food adverse event reports from the CFSAN Adverse Event Reporting System (CAERS). Returns reports containing consumer demographics (age, gender), reactions, outcomes, product details (brand name, industry), and dates. Paginates via skip/limit.
Track FIFA world rankings for men's and women's teams, browse tournament schedules and standings, access detailed match information with live timelines, and explore comprehensive player statistics and profiles. Stay updated with the latest football news and easily search across teams, players, and matches all in one place.
SportsNews & MediaEntertainment
15d agoEndpoints ▸+12 more
- GET
get_mens_world_ranking
Retrieve the full FIFA Men's World Ranking. Returns teams ranked by FIFA points in descending order. Each team includes rank, points, movement since last ranking, confederation, and country code.
- GET
get_womens_world_ranking
Retrieve the full FIFA Women's World Ranking. Returns teams ranked by FIFA points in descending order. Each team includes rank, points, movement since last ranking, confederation, and country code.
- GET
get_tournaments_list
Retrieve a list of FIFA competitions/tournaments available on the platform. Returns competition IDs and names for use with other tournament endpoints.
- GET
get_tournament_overview
Retrieve overview information for a specific tournament/competition including its name, gender classification, and competition type.
- GET
get_tournament_seasons
Retrieve all seasons/editions for a specific tournament. Returns season IDs, abbreviations, start/end dates for each edition.
statutes.capitol.texas.gov
statutes.capitol.texas.gov
Search and navigate Texas statutes and constitutional law with full-text lookup capabilities across codes, chapters, and individual sections. Quickly retrieve complete statute text for any Texas law you need to reference or study.
Government & PublicDeveloper ToolsB2B & Directories
16d agoEndpoints ▸
- GET
list_codes
Lists all available Texas statute codes (e.g. Penal Code, Family Code, The Texas Constitution). Each code has a short abbreviation used as the identifier in other endpoints. Returns the complete set of codes available in the system.
- GET
search_statutes
Full-text search across Texas statutes and the Constitution. Returns matching chapters/articles ranked by relevance. Can be filtered to a specific code or search all codes. Results are paginated with up to 10 results per page.
- GET
list_chapters
Lists all chapters (or articles for the Constitution) within a given statute code. Each chapter entry includes a value identifier needed by the list_sections endpoint and a url_key used by get_section_text.
- GET
list_sections
Lists all sections within a specific chapter or article. Requires the chapter_value identifier from the list_chapters endpoint. Each section entry includes a section_number used by get_section_text.
- GET
get_section_text
Retrieves the full text of a specific statute section or an entire chapter. When section is provided, returns only that section's text. When section is omitted, returns the full chapter text. The chapter parameter uses the url_key from list_chapters (e.g. 'PE.1', 'CN.1').
livescore.com
livescore.com
Track live scores and detailed statistics across football, hockey, basketball, tennis, and cricket with the ability to filter by date, sport, and league. Access match summaries, team overviews, standings, fixtures, and results to stay updated on your favorite competitions and teams.
SportsEntertainmentNews & Media
18d agoEndpoints ▸+7 more
- GET
get_scores_by_date_and_sport
Returns all matches for a given sport on a specific date, grouped by competition/league. Each stage contains an Events array with match details including teams, scores, and status. Supports football, hockey, basketball, tennis, and cricket. Defaults to football and today's date when parameters are omitted.
- GET
get_todays_football_scores
Returns all of today's football matches across all leagues. Equivalent to calling get_scores_by_date_and_sport with sport=football and today's date. No parameters required.
- GET
get_tomorrows_football_fixtures
Returns all football fixtures scheduled for tomorrow (UTC). Equivalent to calling get_scores_by_date_and_sport with sport=football and tomorrow's date. No parameters required.
- GET
get_football_scores_by_date
Returns football matches for a specific date. Equivalent to calling get_scores_by_date_and_sport with sport=football and the given date.
- GET
get_league_overview
Returns overview info for a football league including today's fixtures, recent results, standings snippet, and top scorer stats. The response includes pageProps with initialData containing tables, sections with recent events, and player/team goal stats.
rightmove.co.uk
rightmove.co.uk
Search for properties across the UK's largest property portal and retrieve detailed listings for homes for sale or to rent, including prices, descriptions, and key property information. Find your next home or investment opportunity by browsing available properties and getting comprehensive details on individual listings.
Real EstateMaps & GeoMarketplace
19d agoEndpoints ▸
- GET
search_properties
Search for property listings on Rightmove with filters like location, price range, bedrooms, and property type. Returns paginated results with 24 properties per page. Pagination is page-based; each page returns up to 24 results. Supports BUY and RENT channels with various sort options. Accepts plain place names (e.g. 'Glasgow', 'Dennistoun') or postcodes which are automatically resolved to Rightmove location identifiers via typeahead.
- GET
get_property_details
Get detailed information for a specific property by its Rightmove ID. Returns full description, images, floorplans, key features, room dimensions, nearby stations, and agent details. Returns input_not_found if the property has been removed or sold.
flightradar24.com
flightradar24.com
Track live flights worldwide, view real-time airport schedules, and search for specific flights with detailed information about aircraft and routes. Monitor the most tracked flights and get comprehensive airport details including gates, terminals, and operational status.
TravelMaps & GeoOther
19d agoEndpoints ▸+1 more
- GET
search
Full-text search across flights, airports, airlines, and aircraft by keyword. Matches against flight numbers, airport codes, airline names, and aircraft registrations. Returns categorized results with match type indicators and total counts by category. Each result includes an id usable for further lookups (flight IDs for get_flight_details, IATA codes for get_airport_board).
- GET
get_airports
Retrieve the full database of airports supported by Flightradar24. Returns all airports with their IATA/ICAO codes, geographic coordinates, city, country, timezone, runway size, and altitude. No parameters required — the complete dataset is returned in a single response.
- GET
get_airlines
Retrieve the full database of airlines supported by Flightradar24. Returns all airlines with their IATA/ICAO codes, active status, logo metadata, and URL slugs. No parameters required — the complete dataset is returned in a single response.
- GET
get_airport_board
Get the arrivals or departures board for a specific airport. Returns detailed flight information including status, aircraft type, airline, origin/destination airports, and scheduled/estimated timing. Paginated server-side; use limit to control result count. Flight IDs in results can be passed to get_flight_details for full trail and history data.
- GET
get_flight_details
Get detailed information for a specific flight by its Flightradar24 flight ID (hexadecimal string). Returns identification, live status, aircraft details with images, airline, origin/destination airports with coordinates, scheduled/real/estimated times, GPS trail positions, and recent flight history for the aircraft. Flight IDs are obtained from search results (type 'live') or get_airport_board data.
Access real-time and historical data from the Indonesia Stock Exchange (IDX). Retrieve stock listings, daily trading summaries, market indices, company profiles, financial and annual reports, corporate event calendars, announcements, IPO data, and market overviews.
FinanceGovernment & PublicB2B & Directories
21d agoEndpoints ▸+7 more
- GET
get_stock_list
Retrieve the complete list of stocks listed on IDX. Returns stock codes, names, listing dates, share counts, and listing boards. Supports filtering by listing board. Returns all results in a single response.
- GET
get_stock_summary
Retrieve daily stock trading summary with price, volume, value, and frequency data for all listed stocks. Offset-based manual paging via start/limit params.
- GET
get_market_index_summary
Retrieve market index data including COMPOSITE (IHSG) and sector indices. Returns all 30+ IDX indices in a single request.
- GET
get_trading_summary
Retrieve overall market trading summary grouped by instrument type (Saham, ETF, Waran, DIRE, Structured Warrant) with aggregate Volume, Value, and Frequency for the most recent trading day.
- GET
get_company_profiles_list
Retrieve the list of all listed companies with basic profile information including sector, industry, contact details, listing board, and listing date. Offset-based manual paging via start/limit params.
Access LoopNet's commercial real estate data programmatically. Search listings by location, property type, and transaction type; retrieve full listing details including pricing and property facts; and find and profile commercial real estate brokers.
Real EstateB2B & DirectoriesMarketplace
21d agoEndpoints ▸
- GET
search_listings
Search for commercial real estate listings by location. Returns paginated results with listing names, addresses, and IDs. Each page returns up to 25 listings. Use page_index to paginate through results. The location slug format uses city-state hyphenated lowercase (e.g. 'los-angeles-ca'). Property type and transaction type narrow results.
- GET
get_listing_detail
Get detailed information for a specific commercial listing including property name, description, pricing, images, broker contacts, and broker profile links. The listing_id is a numeric string obtainable from search_listings results. The slug parameter defaults to 'listing' which triggers a redirect to the canonical URL.
- GET
get_broker_profile
Get broker profile and contact information including phone numbers, company name, and professional designations. The profile_url can be a full URL or relative path obtainable from search_brokers results or get_listing_detail broker_links.
- GET
search_brokers
Search for commercial real estate brokers by location. Returns a list of broker profiles with names and profile URLs. The location format is 'City, ST' (e.g., 'Los Angeles, CA').
Search for products on Idealo.de and retrieve detailed information including current seller offers, price history, technical specifications, and user and expert reviews. Compare prices across sellers and access comprehensive product data to evaluate deals.
E-commerceMarketplaceReviews & Ratings
21d agoEndpoints ▸+1 more
- GET
search_products
Search for products by keyword using Idealo's suggest API. Returns up to 10 matching products with their IDs and URL slugs for use in other endpoints. Products without a product_id (e.g. search query suggestions) are included but cannot be used with detail endpoints.
- GET
get_product_offers
Get all seller offers for a specific product. Returns a list of offers with price, shipping cost, and shop information. Prices are formatted as German locale strings with euro symbol.
- GET
get_product_price_history
Get historical price data for a product over a given period. Prices are in euro cents (divide by 100 for EUR). Returns daily data points and summary statistics including lowest, highest, and average prices.
- GET
get_product_details
Get detailed technical specifications for a product, grouped by category (e.g. Display, Hardware, Software). Each category contains key-value pairs of specification names and their values.
- GET
get_product_reviews
Get user reviews for a product. Returns reviews with author name, date, and review text. Only reviews with non-empty text are included.
eur-lex.europa.eu
eur-lex.europa.eu
Access and explore the complete collection of European Union laws, regulations, and Official Journal publications through a comprehensive database that lets you search documents, retrieve full texts, summaries, and metadata, and track legislative procedures and national implementations. Find exactly what you need with detailed search capabilities and get detailed information about how EU laws are transposed into national legislation.
Government & PublicNews & MediaB2B & Directories
22d agoEndpoints ▸+2 more
- GET
search_documents
Search for EU legal documents using keywords, year, document number, or type. Queries the Cellar SPARQL endpoint. Text search (query parameter) performs a case-insensitive title match and works best combined with year or doc_type filters; broad text-only queries may time out upstream. Returns paginated results of 20 per page.
- GET
get_document_metadata
Retrieve full metadata for a document by its CELEX number. Returns title, type, authors, dates, and all available literal properties from the Cellar SPARQL endpoint. Returns input_not_found if no document matches the CELEX.
- GET
get_document_text_html
Retrieve the full HTML text of a document from EUR-Lex, including structured articles when available. Works best for OJ-published legislative documents (regulations, directives). Non-legislative documents may return full text without structured article extraction.
- GET
get_document_summary
Retrieve the official plain-language summary for a document from EUR-Lex. Not all documents have summaries; summary_html and summary_text will be null if unavailable.
- GET
get_official_journal_daily
Retrieve the list of acts published in the Official Journal for a specific date via the Cellar SPARQL endpoint. Returns documents with their CELEX number, title, and type. Future or unpublished dates return an empty acts array.
service.asic.gov.au
service.asic.gov.au
Search and retrieve comprehensive information about Australian financial professionals and entities, including AFS and credit licensees, their representatives, liquidators, auditors, and managed investment schemes. Verify credentials, check regulatory status, and access detailed profiles of financial service providers registered with ASIC.
Government & PublicFinanceB2B & Directories
22d agoEndpoints ▸+4 more
- GET
search_entities
Search the ASIC Professional Registers by name, licence number, registration number, ACN, or ABN. Returns paginated results with entity summary information including licence number, name, permission type, status, state, ABN, principal address, commenced date, entity type, and ARSN where applicable.
- GET
get_entity_details
Retrieve full details for a specific entity using its identifiers as returned in search results. Returns licence conditions, business names, addresses, roles, EDR information, and representatives.
- GET
get_afs_licensee_details
Retrieve details for an Australian Financial Services Licensee. Shortcut for get_entity_details with permission_type set to 'Australian financial services licensees'.
- GET
get_credit_licensee_details
Retrieve details for a Credit Licensee. Shortcut for get_entity_details with permission_type set to 'Credit licensees'.
- GET
get_credit_representative_details
Retrieve details for a Credit Representative. Shortcut for get_entity_details with permission_type set to 'Credit representatives'.
Access Counter-Strike esports data from HLTV.org including match results, player and team statistics, team rankings, upcoming match schedules, tournament information, and fantasy league data.
SportsEntertainmentNews & Media
22d agoEndpoints ▸+4 more
- GET
get_results
Fetch recent match results from HLTV in reverse chronological order. Each result includes the two teams, final score, event name, and a direct URL. No server-side pagination; limit caps the number of items returned from the single results page.
- GET
get_player_stats
Retrieve player statistics for a given time window. Returns all players sorted by rating descending. The time window is defined by the days parameter counting backward from today.
- GET
get_team_stats
Retrieve team statistics for a given time window. Returns all teams sorted by rating descending. The time window is defined by the days parameter counting backward from today.
- GET
get_upcoming_matches
Get upcoming and live match schedule. Returns all scheduled matches from the HLTV matches page. Optionally filter to CCT-series tournaments only.
- GET
get_team_rankings
Get current HLTV world team rankings. Returns all ranked teams with position, name, and points. Rankings update weekly.
job-boards.greenhouse.io
job-boards.greenhouse.io
Access job listings, department information, office locations, and application forms from Greenhouse.io job boards, then submit applications directly through the platform. Search and filter available positions by keywords to find roles that match your qualifications.
JobsB2B & DirectoriesDeveloper Tools
22d agoEndpoints ▸+1 more
- GET
get_board_info
Retrieve basic info about a company's Greenhouse job board, including the company name and any board-level content. One round-trip per board.
- GET
list_jobs
Retrieve all job listings from a company's Greenhouse job board. Paginates server-side internally and returns the complete list. Each job includes id, title, absolute_url, location, departments, offices, and optionally content (HTML description). Large boards (300+ jobs) may take a few seconds.
- GET
get_job
Retrieve full details for a specific job, including HTML description content, compliance data, and application form questions. Requires both board_token and job_id. Returns upstream_error if the job does not exist.
- GET
list_departments
List all departments and their associated jobs for a company's Greenhouse board. Each department includes its id, name, parent_id, child_ids, and a jobs array. One round-trip.
- GET
list_offices
List all offices/locations and their associated departments and jobs for a company's Greenhouse board. Each office includes id, name, location, parent_id, child_ids, and a departments array containing jobs. One round-trip.
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
HealthcareReviews & RatingsMaps & Geo
22d agoEndpoints ▸
- GET
get_specialties
Retrieve the full list of medical specialties available on Zocdoc. Returns specialty names and URL slugs that can be used with the search_doctors endpoint. Results are not paginated; all specialties are returned in a single call.
- GET
search_doctors
Search for doctors/providers by specialty and location via Zocdoc's GraphQL directory API. Returns paginated results with provider details including name, specialty, rating, review count, location, and practice. Results are ordered by relevance with 10 providers per page. Pagination is offset-based in increments of 10.
- GET
get_doctor_profile
Get detailed profile for a specific doctor including education, languages, insurance accepted, office locations, and patient reviews. The slug can be obtained from search_doctors results. Returns a single doctor's complete profile information.
- GET
get_practice_profile
Get detailed profile for a medical practice including providers, locations, specialties, and ratings. Practice slugs can be found in search_doctors results via the practice URL field. Returns a single practice's complete profile.
Search and retrieve research records, files, versions, and community data from Zenodo's open science repository. Access detailed information about academic publications, datasets, and research outputs, including file listings, version history, and community collections all in one place.
EducationGovernment & PublicDeveloper Tools
22d agoEndpoints ▸+5 more
- GET
search_records
Search Zenodo records with various filters and pagination. Returns paginated results with aggregations for faceted filtering. Supports query syntax, resource type/subtype filtering, community membership filtering, and access-right filtering. Results are ordered by sort parameter.
- GET
get_record
Retrieve full metadata for a specific Zenodo record by its numeric ID. Returns comprehensive record details including metadata, files, stats, and links. The record must be publicly accessible.
- GET
get_record_files
Retrieve the list of files attached to a Zenodo record. Returns file metadata including name, size, MIME type, checksum, and download links. Only available for records with public file access.
- GET
get_record_versions
Retrieve version history for a Zenodo record. Returns all versions of the record as a list ordered by version index.
- GET
get_latest_record_version
Retrieve the latest version of a Zenodo record. Useful when a non-latest record ID is passed to obtain the most current version. Returns full record metadata identical in shape to get_record.
Shop Zara's entire catalog by browsing categories, searching for specific items, and viewing detailed product information including measurements and related products. Find nearby store locations, check real-time inventory availability, and get shipping details all in one place.
E-commerceMarketplaceMaps & Geo
22d agoEndpoints ▸+4 more
- GET
get_categories
Returns all top-level and sub-level product categories available on Zara US. Categories include section names (WOMAN, MAN, KIDS) and nested subcategories with SEO metadata. Each category has an ID that can be used with get_category_products to fetch products.
- GET
get_category_products
Returns products for a given category ID. Not all category IDs have products; subcategory IDs from get_categories are most reliable. Returns product summaries with name, price, reference, availability, and SEO data.
- GET
get_product_details
Returns full details for a single product by its seoProductId. The seoProductId is an 8-digit reference code available from search_products or get_category_products results (in seo.seoProductId field). Returns complete product info including colors, sizes, pricing, and availability.
- GET
search_products
Searches for products by keyword. Returns paginated results with product details including name, price, colors, and availability. Supports section filtering and pagination via offset/limit.
- GET
get_product_measurements
Returns size chart and measurements for a product, including size names, body measurements in cm and inches, and a visual shape guide. Uses the internal numeric product ID (not the seoProductId).
yahoofinance.com
yahoofinance.com
Access live stock quotes, historical price data, company profiles, and financial news for any ticker symbol. Supports real-time market data, OHLCV history across configurable intervals, detailed company fundamentals, and news aggregation across global exchanges.
FinanceNews & MediaB2B & Directories
22d agoEndpoints ▸
- GET
get_quote
Retrieve real-time stock quotes including current price, bid/ask, volume, market cap, and market status for one or more tickers. Supports batch lookups via comma-separated symbols. Each quote carries the full market snapshot visible on the Yahoo Finance quote page.
- GET
get_historical_data
Extract historical OHLCV price data for a single ticker over a configurable date range and interval. Returns timestamped records suitable for charting and technical analysis. Intraday intervals (1m-90m) require shorter ranges (1d-5d); daily and above work with any range.
- GET
get_company_profile
Obtain a detailed company profile including business summary, key executives, sector, industry, and financial metrics such as revenue, profit margins, and analyst recommendations. Returns structured modules: assetProfile, summaryDetail, defaultKeyStatistics, and financialData.
- GET
get_stock_news
Gather the latest financial news articles related to a specified stock ticker. Returns headlines, publishers, links, publish timestamps, and related tickers for each article.
- GET
search_tickers
Search for stock tickers and companies by name or keyword. Returns matching equities, ETFs, and other instruments across global exchanges with symbol, name, exchange, quote type, sector, and industry.
Search for apartments and cars on Yad2's marketplace and access detailed listing information including photos, prices, and specifications. Instantly reveal seller contact information to connect directly with real estate agents and car dealers.
Real EstateAutomotiveMarketplace
22d agoEndpoints ▸+1 more
- GET
search_apartments_for_rent
Search for apartments for rent on Yad2. Returns a paginated list of rental listings from the specified region (defaults to region 1 - Center). Combines private, agency, and platinum listings. Supports filtering by price range and room count.
- GET
search_apartments_for_sale
Search for apartments for sale on Yad2. Returns a paginated list of sale listings from the specified region (defaults to region 1 - Center). Combines private, agency, and platinum listings. Supports filtering by price range and room count.
- GET
get_apartment_listing_details
Get full details of a specific apartment listing by its token. Returns comprehensive information including address, amenities, property details, pricing, and dates.
- GET
search_cars
Search for cars on Yad2 with optional filters. Returns a paginated list of vehicle listings matching the criteria. Results include pricing, manufacturer, model, year, and seller info. Paginated server-side (40 items per page); advance with page parameter.
- GET
get_car_listing_details
Get full details of a specific car listing by its token. Returns comprehensive vehicle information including specifications, engine details, mileage, color, gearbox, and seller info.
ycombinator.com
ycombinator.com
Access comprehensive data from the Y Combinator ecosystem, including company profiles, founder and partner information, job listings, and the YC library. Filter companies by batch, industry, and hiring status, and explore detailed profiles with social links, team information, and funding metadata.
B2B & DirectoriesJobsFinance
22d agoEndpoints ▸+2 more
- GET
search_companies
Search and filter the YC company directory via Algolia. Returns paginated results with company metadata including name, batch, industry, team size, and hiring status. Supports faceted filtering by batch, industry, hiring status, and top-company designation. An empty query returns the full directory in default order.
- GET
get_company
Retrieve full details for a YC company by its slug. Returns comprehensive company profile including founders with bios, social links, team size, description, and funding information. The slug is the URL-friendly company identifier (e.g. 'airbnb', 'coinbase').
- GET
search_founders
Search the YC founder directory via Algolia. Returns paginated results with founder metadata including name, current company, title, batches, and industries. An empty query returns the full founder index.
- GET
get_partners
List all current YC Partners. Returns partner profiles with name, slug, title, short bio, and photo URLs. No pagination — returns the complete list in one call.
- GET
get_person_detail
Get a detailed profile for a YC partner by slug. Returns full biography, achievement stats, associated companies, blog posts, press articles, tweets, and videos. Only supports YC partner profiles (e.g. 'garry-tan', 'michael-seibel'); founder slugs will return not-found.
wcotradetools.org
wcotradetools.org
Quickly look up official HS 2022 product classifications, browse the complete hierarchy of sections, chapters, headings, and subheadings, and search for specific commodity codes used in international trade. Organize product data with standardized, normalized classification information perfect for inventory systems and customs documentation.
Government & PublicE-commerceB2B & Directories
22d agoEndpoints ▸
- GET
get_sections
List all 21 HS 2022 sections with their Roman numeral codes and descriptions. Returns the complete top-level classification hierarchy. No pagination — always returns all 21 sections in one response.
- GET
get_chapters
Get all chapters within a given HS 2022 section. Returns 2-digit chapter codes and descriptions along with parent section info. Each section contains between 1 and 15 chapters.
- GET
get_headings_and_subheadings
Get all headings (4-digit codes) and subheadings (6-digit codes) for a given chapter. Returns flat records with full hierarchy context (section, chapter, heading, subheading). Fetches multiple levels from the classification tree so response time increases with chapter complexity. When section_code is omitted, all sections are searched sequentially to find the chapter.
- GET
search_hs_codes
Search HS 2022 classification by keyword or code. Returns up to 10 matching results ranked by relevance with type, code, hierarchy path, and excerpt showing match context. Supports both text queries ('coffee', 'live animals') and numeric code lookups ('0901').
Search and retrieve federal Small Business Innovation Research (SBIR) and Small Business Technology Transfer (STTR) awards by keyword, funding agency, or award details to discover past-funded projects and their outcomes. Browse current funding opportunity topics to identify research areas and find relevant grants for your small business.
Government & PublicFinanceB2B & Directories
22d agoEndpoints ▸
- GET
search_awards
Search SBIR/STTR awards by keywords, company name, topic code, and/or research institution. Returns paginated results (10 per page) with award summaries including title, company, topic code, abstract snippet, and tags (program type, phase, year, agency, branch). At least one filter parameter should be provided for meaningful results.
- GET
get_award
Get detailed information about a specific SBIR/STTR award by its numeric ID. Returns comprehensive data including title, company, address, award year, UEI, award amount, contract number, agency, branch, program type, phase, demographic indicators, and full abstract. The award ID is obtainable from search_awards results.
- GET
search_topics
Search SBIR/STTR funding opportunity topics (solicitations) by keywords. Returns paginated results (10 per page) with topic title, status (Open/Closed), release date, open date, and close date.
Search the Nike product catalog by keyword and retrieve detailed product information including pricing, sizing, color variants, and availability. Use autocomplete suggestions to refine queries and discover relevant products on Nike.com.
E-commerceMarketplaceReviews & Ratings
22d agoEndpoints ▸
- GET
search_products
Full-text search over Nike's product catalog. Returns paginated product summaries with prices, colors, images, and links. Pagination via page number; each page contains up to `count` items. Only the US marketplace with English language is confirmed working.
- GET
get_product_details
Fetches full product information for a single Nike product including available sizes, description, features, benefits, color variants, and images. Accepts either a full Nike product URL or a style-color code (the alphanumeric identifier like 'IB1873-110'). Returns a single product with all detail fields populated.
- GET
search_suggestions
Returns autocomplete suggestions for a partial search query. Useful for building search-as-you-type UIs. Each suggestion includes display text and the corresponding search text to submit. Only the US country with English language is confirmed working.
Search McMaster-Carr's industrial supply catalog to discover products by category, view detailed listings with part numbers and prices, and apply filters to find exactly what you need. Look up specific part numbers to get complete product information and pricing in seconds.
E-commerceB2B & DirectoriesMarketplace
22d agoEndpoints ▸
- GET
search_suggest
Get search autocomplete suggestions for a query. Returns ranked suggestions with images, useful for building search UIs or discovering product terms. Each suggestion includes a popularity rank and whether it matches a part number.
- GET
search_products
Search McMaster-Carr catalog and return product categories organized as tiles. Returns a search_result_id needed for subsequent get_product_detail and get_product_filters calls, plus category tiles with navigation IDs (product_outline_entry_id) for drilling into specific product families.
- GET
get_product_detail
Get detailed product listings for a category. Use search_result_id and product_outline_entry_id from search_products to get product families. Then use a product_set_id from product_families to get individual products with part numbers, prices, and specs. Without product_set_id, returns the list of product families; with product_set_id, returns individual product rows.
- GET
get_product_filters
Get available filter/facet options for a product category. Returns attributes like System of Measurement, ID, Width, Material with their possible values and product counts. Requires search_result_id from search_products; optionally accepts product_outline_entry_id and product_set_id to narrow scope.
- GET
get_part_number
Look up a specific McMaster-Carr part number to check if it exists, get catalog info, and verify its status. Returns catalog page number, current/discontinued status, parent part family, and a direct URL to the part page.
accessdata.fda.gov
accessdata.fda.gov
Search the FDA 510(k) Premarket Notification database to find recent medical device clearances and regulatory approvals filtered by decision date. Browse through paginated results to discover which devices have been cleared for market and track regulatory decisions over your specified time period.
Government & PublicHealthcareB2B & Directories
22d agoEndpoints ▸
- GET
search_pma
Search the FDA PMA database by device name, product code, applicant, or PMA number. At least one search parameter (device_name, product_code, applicant, or pma_number) is required. Supports combining multiple filters and pagination. Returns paginated results sorted by the specified field.
- GET
get_pma_details
Get detailed information for a specific PMA approval including original approval and all supplements. Returns the original approval record and a sorted list of all supplement records.
wits.worldbank.org
wits.worldbank.org
Access comprehensive trade statistics, tariffs, and development indicators for countries worldwide through the World Bank's WITS platform. Look up country trade profiles, compare bilateral trade relationships between partners, and analyze key metrics including export/import volumes, tariff rates, GDP, and FDI. Ideal for researching international commerce, trade policy, and economic indicators across any country or region.
Government & PublicFinanceB2B & Directories
22d agoEndpoints ▸
- GET
get_country_list
Retrieve the list of countries available in WITS with their ISO3 codes, names, regions, and income groups. Optionally filter by region name (case-insensitive substring match). Returns all 266 countries when no filter is applied. Each country includes its World Bank region classification and income group.
- GET
get_country_snapshot
Retrieve the 'At a Glance' snapshot for a country showing overall trade summary statistics including exports, imports, FDI, tariffs, GDP, and top trading partners. The summary_stats object contains key indicators as label-value pairs. The top_partners object groups partner arrays by category heading (e.g. 'Top 5 Export Markets').
- GET
get_trade_summary
Retrieve detailed annual trade summary for a country and year. Returns multiple tables covering exports, imports, top products, top export markets, top import sources, product category breakdown, market concentration indexes, tariff data, and GDP indicators. Each table is an array of row objects with column-header keys.
- GET
get_trade_by_partner
Retrieve bilateral trade data for a country and year using the WITS Chord API. Returns partner-level import/export values and metadata including number of products traded, partner share percentages, and trade balance. The data array contains per-partner trade flows; the MetaData array contains aggregate country-level trade values.
- GET
get_trade_indicators
Retrieve trade and development indicator data for a country and year. Returns a comprehensive set of World Bank indicators including GDP, trade percentages, import/export volumes, service trade, merchandise trade breakdowns, tax data, and GNI figures. Each indicator is a key-value pair in the indicators object.
Search and browse listings across Austria's largest classifieds platform. Access marketplace goods, real estate (for sale and rent), cars, jobs, and full listing details — all from a single API.
MarketplaceReal EstateJobs
22d agoEndpoints ▸+2 more
- GET
search_marketplace
Search for items in the general marketplace (Marktplatz). Returns paginated listing results with title, price, location, and attributes. Supports keyword search, category filtering, and price range. Results are ordered by recency (bumped/promoted listings first).
- GET
search_real_estate_for_sale_flats
Search for flats/apartments for sale on willhaben.at. Returns paginated results with property details including price, area, location, and property type. Supports area and postal code prefix filtering.
- GET
search_real_estate_for_sale_houses
Search for houses for sale on willhaben.at. Returns paginated results with property details including price, area, location, and property type. Supports area and postal code prefix filtering.
- GET
search_real_estate_for_rent
Search for rental properties on willhaben.at. Returns paginated results with rental listings including monthly rent, area, and location details.
- GET
search_cars
Search for cars on willhaben.at. Returns paginated results with vehicle listings including make, model, mileage, year, fuel type, transmission, and price.
Search United Airlines flights, check real-time flight status, and view detailed seat maps to plan your perfect trip. Compare fare options and use airport autocomplete to quickly find your departure and arrival cities.
Endpoints ▸
- POST
search_flights
Search for available United Airlines flights between two airports. Returns a cart_id for session continuity, a list of flight options with per-cabin pricing, and fare family metadata. Each flight option includes a hash identifier for downstream fare selection via get_fare_options. All results arrive in one response (no pagination needed).
- GET
search_airport_autocomplete
Autocomplete airport search by city name or airport code. Returns matching airports with IATA codes, city, country, and state information. Useful as the first step to resolve human-readable city names into machine-readable IATA codes for flight search.
- GET
get_flight_status
Get real-time flight status for a United Airlines flight by flight number and date. Returns departure/arrival times (scheduled and actual), gates, terminals, equipment info, delay information, weather data, and current operational status. Date must be within approximately 2 days of today.
- POST
get_seat_map
Retrieve the seat map for a specific United Airlines flight. Returns cabin layouts with seat-level availability, attributes (window, aisle, exit row, bulkhead), recline type, and cabin branding. The departure_time parameter should match the actual flight schedule for accurate results.
- POST
get_fare_options
Get available fare options for a selected flight. Requires a valid cart_id and flight_hash from a recent search_flights response. The server-side search session must still be active (typically a few minutes after search) for detailed fare quotes; an expired session returns Status 0 with an error array.
uk.indeed.com
uk.indeed.com
Search for job listings across Indeed UK and retrieve complete job details including descriptions, requirements, salary information, and application links. Filter by job type, experience level, location, remote preference, and more to find relevant opportunities.
Endpoints ▸
- GET
search_jobs
Search for job listings on Indeed UK with various filters. Returns a list of job cards with basic info (title, company, location) and a total results count. Only the first page of results is returned per call.
- GET
get_job_details
Retrieve full details for a specific job listing using its job key. Returns comprehensive information including full description, salary, job type, company rating, and apply link. The job key is obtained from search_jobs results.
- GET
search_student_jobs
Convenience endpoint to search for entry-level and early-career roles (internship, placement, graduate, summer) in a given location. Delegates to search_jobs with a title-based query targeting student-relevant job types.
Search real estate listings for properties available for sale, rent, or recently sold, and access detailed information like property photos, price history, nearby schools, and local amenities. Compare similar homes, calculate mortgage estimates, and make informed decisions with comprehensive property data all in one place.
Real EstateMaps & GeoFinance
22d agoEndpoints ▸+5 more
- GET
search_for_sale_listings
Search properties for sale by city and state. Returns up to 40 listings per page with price, bedrooms, bathrooms, floor space, and listing status. Pagination via integer page number. Results include property URLs that can be passed to detail endpoints.
- GET
search_for_rent_listings
Search rental properties by city and state. Returns up to 40 listings per page with price range, bedrooms, bathrooms, and amenity tags. Pagination via integer page number.
- GET
search_sold_listings
Search recently sold homes by city and state. Returns up to 40 listings per page with sale price, property details, and sold date. Pagination via integer page number.
- GET
get_listing_details
Get comprehensive property details by URL path. Returns price, location, description, features, media, price history, surroundings, taxes, and market snapshot. The URL path is obtained from search endpoint results.
- GET
get_property_price_history
Retrieve the price history for a property. Returns chronological listing events including listed, pending, sold, and price change events with dates and prices.
trenitalia.com
trenitalia.com
Search for trains across Italy, check real-time train status and delays, view station departure and arrival boards, and find available tickets all in one place. Get live traffic information and detailed train itineraries to plan your journey with complete visibility into schedules and service disruptions.
TravelMaps & GeoGovernment & Public
22d agoEndpoints ▸+3 more
- GET
get_station_autocomplete
Autocomplete station name search for real-time data (ViaggiaTreno). Returns stations matching the given prefix with their IDs for use in departure/arrival board and train status endpoints. Each station has a short ID (e.g. 'S08409') usable with get_station_departures and get_station_arrivals.
- GET
get_location_search
Search for station locations and 9-digit IDs for ticket search (Lefrecce). Returns locations with numeric IDs needed for the search_trains endpoint. Each location includes timezone, multistation flag, and centroidId.
- GET
get_train_autocomplete
Look up a train by number to get origin station ID and departure timestamp. Returns matches for currently scheduled trains. Returns an empty array if the train number is not found or not currently running.
- GET
get_train_status
Get real-time status, delay, and full itinerary for a specific train. If only train_number is provided, auto-resolves origin_id and timestamp via autocomplete lookup. Returns detailed stop-by-stop information including actual vs scheduled times and platform changes.
- GET
get_station_departures
Get the departure board for a specific station. Returns currently scheduled departures around the current time with real-time delay information, platform assignments, and train categories.
transfermarkt.de
transfermarkt.de
Access data from transfermarkt.de.
SportsFinanceEntertainment
22d agoEndpoints ▸+1 more
- GET
search
Search for players and clubs by name on Transfermarkt. Returns matching players (with Transfermarkt IDs and names) and clubs (with IDs and names). Results are ranked by relevance. Use player IDs with get_player_profile or get_player_transfers; use club IDs with get_club_squad.
- GET
get_most_viewed_players
Get the top 10 most viewed players on Transfermarkt currently. Returns full profile details for each player including market value, physical attributes, position, and current club assignments. No parameters required — returns a snapshot of trending players.
- GET
get_player_profile
Get detailed player info by Transfermarkt player ID. Returns a single player object with market value history, physical attributes (height, preferred foot), position details, contract information, and current club assignments.
- GET
get_player_transfers
Get the full transfer history of a player by Transfermarkt player ID. Returns all completed transfers with dates, source and destination clubs (by ID and competition), transfer fees, and the most recent transfer highlighted separately.
- GET
get_club_squad
Get all players in a club's squad for a given season. Returns each player's name, shirt number, position, age, nationalities, and market value. Positions and market values are in German locale format. If season is omitted, returns the current season's squad.
tradingeconomics.com
tradingeconomics.com
Access real-time economic calendars, macroeconomic indicators, and commodity prices across global markets including G20 nations and emerging economies. Monitor historical charts, country-specific economic data, and the latest financial news to track economic trends and make informed investment decisions.
FinanceNews & MediaGovernment & Public
22d agoEndpoints ▸
- GET
get_calendar
Get economic calendar events with filters for country and date range. Returns scheduled and released economic data releases including actual values, forecasts, and impact levels. Each event carries a country code, event name, reported actual/previous/consensus/forecast values, and an impact rating (1=low, 2=medium, 3=high). When no date range is specified, returns this week's events.
- GET
get_indicator_details
Get comprehensive details for a specific indicator including metadata (actual, previous, highest, lowest values), full historical time-series data, forecasts, and related indicators. The history array contains chart series with data points as [value, unix_timestamp, null, date_string] tuples. The limit parameter controls how many historical data points to fetch from the time-series API.
- GET
get_country_indicators
Get a list of all economic indicators for a specific country with their latest values, previous values, and historical highs/lows. Returns a comprehensive snapshot of a country's economic health across all tracked metrics (GDP, inflation, unemployment, interest rates, trade balance, etc.).
- GET
get_commodities
Get current prices and daily changes for all commodities across categories (Energy, Metals, Agricultural, Industrial, Livestock, Index, Electricity). Returns each commodity's current price, intraday change, and performance over weekly, monthly, year-to-date, and year-over-year periods. No input parameters required.
- GET
get_news
Get the latest economic news and stream of updates. Optionally filter by country name. Returns up to 40 news articles with title, description, source author, country, category, importance level (0-2), and publication timestamp.
tmsearch.uspto.gov
tmsearch.uspto.gov
Search USPTO trademarks by wordmark or serial number, and retrieve detailed case information (status, owners, classes, and prosecution history) for a specific serial number.
Government & PublicB2B & DirectoriesFinance
22d agoEndpoints ▸
- GET
search_trademarks
Full-text search over USPTO trademark filings by wordmark name or serial number. Returns paginated results ordered by relevance. Serial numbers (all-digit queries) match exactly; text queries match against the wordmark and pseudo-mark fields with phrase boosting. Each result is a TrademarkSummary with filing metadata, owner, and class info. Offset-based manual pagination via offset and limit params.
- GET
get_trademark_details
Retrieve comprehensive trademark case data by USPTO serial number. Returns owner details (name, entity type, address, citizenship), correspondent info, international class data with first-use dates, full prosecution history timeline, registration maintenance dates, and current TM5 status. A separate round-trip per serial number.