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
28d 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 →
knowde.com API
Search and retrieve detailed information about chemical products, ingredients, suppliers, and brands available on the Knowde marketplace. Find specific formulations, documents, and supplier storefronts across various industries and product categories to discover suppliers and sourcing options.
ulprospector.com API
Search and browse chemicals and materials from the UL Prospector database across multiple industries, then retrieve detailed specifications and properties for any material you find. Discover industry-specific products and access comprehensive material information to support your sourcing and product development needs.
we-online.com API
Search and access detailed specifications for electronic components from Würth Elektronik's catalog, including product categories, series information, and comprehensive article details. Quickly find the right components by browsing categories or looking up specific products with full technical data.
rewe.de API
Search REWE online shop products with local delivery pricing by German postal code, browse the delivery catalog, and check whether delivery or pickup is available in a given area.
metro.de API
Search and retrieve product information from Metro Germany's Online Marketplace and Wholesale Store, including detailed product data and refrigeration subcategories. Find exactly what you're looking for across both retail channels with comprehensive product listings and specifications.
datasheetcatalog.com API
Search for electronic component datasheets and access detailed specifications with PDF links, or browse components by manufacturer and category. Quickly find the technical information you need for any electronic component in one centralized catalog.
mcmaster.com API
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.
pccomponentes.com API
Search and browse PC components across categories and retrieve detailed product information including technical specifications, pricing, availability, and customer reviews. Ideal for comparing hardware options across processors, graphics cards, laptops, and more.