Redexpert API

Data and simulation results in real time

Data and simulation results in real time

With an API (Application Programmable Interface) two software systems can exchange data without manual intervention. For our customers and partners, we have developed a REST API that enables a connection to your systems. You can use parts data and simulation results in your external customer facing tools or in your internal systems.

How an API works is explained in the external 3 min video on the right. 

Was ist eine API

This video shows external content from YouTube. 

What you will get

Connecting to our systems via API will offer you a variety of choices of data you can select from.

Product data

Get all specified properties of each article, mechanical and electrical.

Also get the datasheet, 3D and EDA models, S-parameter files and spice models.

Table showing data from Redexpert
Extended product details

For all products in our design platform REDEXPERT we offer extended component information, like detailed component characteristics on various frequency, temperatures, currents or voltages.

Diagram with colorful lines
Simulation results

Get simulation results for each article, or a subsystem with your application requirements. For example, specify the parameters of your buck converter and get AC losses, DC losses and temperature rise for each power inductor or just the recommended parts.

Graphic showing lines about AC losses

Or you can simulate a buck converter and return the 5 most recommended power inductors:

https://www.we-online.com/redexpert/api/v1/converter
?converter=buck
&vin=21&vout=15&iout=15&fsw=500000
&max_results=5

Web Code showing the data for the API - buck converter

Getting started is very easy

Screenshot showing the working API from Redexpert
Documentation & support needed

All customers connecting to our API get a full API documentation and first level to support.

You want to get started?

Contact your sales representative at Würth Elektronik and ask them about our API solutions. You can also contact us by email.

This is how the REDEXPERT API works

For design tools we recommend using our REDEXPERT API. To get all WE-PD power inductors you can call our API with e.g. a call like this:

http://www.we-online.com/redexpert/api/v1/products
?module=4
&type=single
&series=we-pd
&size=7332
&inductance=gte:0.000022|lte:0.000033
&outp=series,order_code,Inductance,

rated_current,saturation_current

And it will return a list like shown in the picture on the right.

Web Code showing the data for the API