Overview

C2GWeb is an application designed by Renault to publish on the web the description of its commercial range as Linked Data. This application allows you to choose a car among the whole range of Renault customizable cars by following links. Each link (identified by an URI) represents a user's choice. Behind each links, we have what we called a Partially Defined Car or "a configuration". At the end of the configuration process, when no choice is remaining, we have a Completely Defined Car which can be ordered and manufactered.

C2GWeb can be accessed through an api based on the Representational State Transfer (REST) model and compliant with HTTP 1.1 specification. The content of the responses given by C2GWeb depends on what you put in your accept header. It can be either JSON or RDF/Turtle.

What can I do with it ?

C2GWeb may be used to implement a configurator in B2B or B2C applications (such as Sales tool, Website, Mobile application) in order to discover the Commercial Range of Renault and choose a vehicule that best suits to a customer needs. It can also be used to create commercial documentations about the Renault Products.

How can I use it ?

The data provided by C2GWeb are the property of Renault SAS. Please refer to the terms of use before any operational use.

You can all the same try the service and have a look on the data for your own usage. For that you just need a browser such as Firefox, a plugin like "JSONView" to format JSON response and a plugin like "Modify Headers" to modify the "Accept" HTTP header to set it to "application/json" to avoid redirections on Renault web sites when using the web services. Then you can have a look to the demo

To go further, you can consult the FAQ for functional purpose and the API for technical purpose.

The service has a different entry point for each country because the commercial range is sligtly different from one country to another. Here are the entry points for the countries deployed today :

URL
https://dz.co.rplug.renault.com/range
https://ar.co.rplug.renault.com/range
https://at.co.rplug.renault.com/range
https://be.co.rplug.renault.com/range
https://br.co.rplug.renault.com/range
https://bg.co.rplug.renault.com/range
https://co.co.rplug.renault.com/range
https://hr.co.rplug.renault.com/range
https://cz.co.rplug.renault.com/range
https://dk.co.rplug.renault.com/range
https://ee.co.rplug.renault.com/range
https://fr.co.rplug.renault.com/range
https://de.co.rplug.renault.com/range
https://hu.co.rplug.renault.com/range
https://in.co.rplug.renault.com/range
https://it.co.rplug.renault.com/range
https://ie.co.rplug.renault.com/range
https://lu.co.rplug.renault.com/range
https://ma.co.rplug.renault.com/range
https://mx.co.rplug.renault.com/range
https://nl.co.rplug.renault.com/range
https://pl.co.rplug.renault.com/range
https://pt.co.rplug.renault.com/range
https://ro.co.rplug.renault.com/range
https://ru.co.rplug.renault.com/range
https://rs.co.rplug.renault.com/range
https://si.co.rplug.renault.com/range
https://sk.co.rplug.renault.com/range
https://es.co.rplug.renault.com/range
https://za.co.rplug.renault.com/range
https://se.co.rplug.renault.com/range
https://ch.co.rplug.renault.com/range
https://tr.co.rplug.renault.com/range
https://ua.co.rplug.renault.com/range
https://uk.co.rplug.renault.com/range

Have a good try !