Discover/rct-online.de API
live

rct-online.de APIrct-online.de

Access chemical resistance data and product catalog from rct-online.de. Query material-chemical compatibility ratings and retrieve product details via 7 endpoints.

Endpoints
7
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/e7117ea5-b301-4b1a-8c72-5b01296c96fa/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e7117ea5-b301-4b1a-8c72-5b01296c96fa/get_chemical_list' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Get the full list of chemicals in the resistance database. Returns all chemicals with their IDs and names in a single response.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of chemical objects each containing id and name",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "id": "11",
        "name": "Abietic acid"
      },
      {
        "id": "13",
        "name": "Acetaldehyde (ethanal), 40%"
      },
      {
        "id": "14",
        "name": "Acetamide"
      }
    ],
    "status": "success"
  }
}

About the rct-online.de API

This API exposes 7 endpoints covering Reichelt Chemietechnik's chemical resistance database and product catalog. Use get_resistance_by_material_and_chemical to look up a specific material-chemical compatibility pair, or pull full resistance matrices by material or chemical. Separate endpoints handle product search and detailed product data including pricing and variations.

Chemical Resistance Database

The API provides structured access to Reichelt Chemietechnik's resistance database through four core endpoints. get_chemical_list and get_material_list return the full indexed sets of chemicals and materials, each with numeric id and name fields. These IDs are the primary keys used across the other resistance endpoints. get_resistance_by_chemical accepts either a chemical_id or chemical_name and returns an array of materials with their resistance rating for that chemical. get_resistance_by_material works in reverse — provide a material_id or partial material_name to get ratings for all chemicals against that material.

Point Lookups and Compatibility Checks

get_resistance_by_material_and_chemical accepts both a chemical_id and a material_id and returns a single resistance_status value for that pair, along with the resolved material_name. This is useful when you already know both IDs and need a fast compatibility check without parsing a full matrix. All resistance endpoints return a status field alongside data to indicate whether the lookup succeeded.

Product Catalog

search_products takes a required query string (e.g. 'ball valve', 'tubing') with an optional limit parameter and returns an array of product summaries, each containing name, url, and item_number. To retrieve full product details, pass the url from search results — or a known item_number with its G prefix (e.g. G350322) — to get_product_details. The response includes name, description, price, item_number, url, and a variations array covering product variants.

Common use cases
  • Build a compatibility checker that flags which materials resist a given chemical using get_resistance_by_chemical ratings
  • Automate material selection for fluid handling equipment by querying get_resistance_by_material against process chemicals
  • Cross-reference specific material-chemical pairs in bulk using get_resistance_by_material_and_chemical for quality assurance workflows
  • Populate a product database with current pricing and variant data from get_product_details using item numbers
  • Index Reichelt Chemietechnik's catalog for internal procurement search using search_products with product category keywords
  • Generate resistance matrix exports by combining get_chemical_list, get_material_list, and iterative resistance lookups
  • Validate supplier part numbers by resolving G-prefixed item_numbers through get_product_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does rct-online.de offer an official developer API?+
Reichelt Chemietechnik does not publish a public developer API or documented data access program on rct-online.de.
What does the resistance rating field actually contain — a numeric score or a category label?+
The rating field returned by get_resistance_by_chemical and get_resistance_by_material reflects the classification used in the source database. Values are category labels (such as resistance grades) rather than numeric scores. The exact label set mirrors what Reichelt Chemietechnik publishes in their resistance tables.
Does get_product_details return stock availability or inventory levels?+
The endpoint returns name, description, price, item_number, url, and variations — it does not include stock levels or availability status. You can fork the API on Parse and revise it to add an endpoint targeting that data if stock information appears on the product page.
Can I retrieve resistance data for a chemical by partial name rather than an exact match?+
get_resistance_by_chemical requires either an exact chemical_name as returned by get_chemical_list, or a chemical_id. Partial name matching is not supported for chemicals. The get_resistance_by_material endpoint does support partial material_name matching. To handle fuzzy chemical lookups, you can call get_chemical_list first and filter the result client-side, or fork the API on Parse and revise it to add partial-match resolution.
Does the API cover concentration-specific resistance ratings (e.g. resistance to 10% vs 50% sulfuric acid)?+
Not currently. The resistance endpoints return a single rating per material-chemical pair without concentration breakdowns. The API covers the same level of granularity that the public resistance database exposes. You can fork it on Parse and revise to add an endpoint if concentration-level data becomes available on the source.
Page content last updated . Spec covers 7 endpoints from rct-online.de.
Related APIs in OtherSee all →
ueex.com.ua API
Access real-time and historical pricing data for Ukrainian energy commodities including natural gas, electricity, coal, LPG, and timber directly from official exchange quotations and auction results. Monitor trading indices, check medium long-term market rates, and view the trading calendar to stay informed on energy market trends.
cses.fi API
Explore the CSES Problem Set by browsing problems across different categories, viewing detailed problem information, and discovering available courses and contests. Access comprehensive problem lists organized by topic to find coding challenges tailored to your learning goals.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
jurisprudencia.tst.jus.br API
Search and retrieve judicial decisions from Brazil's Superior Labor Court with filters by date, court body, and keywords to access decision summaries, outcomes, and full texts. Quickly find relevant labor law precedents and court rulings to support legal research and case analysis.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.