Skip to main content

VIN decoder (Vehicle identification number)

Project description

cardb

A database of cars, their VIN numbers and other information about them.

Example

>>> result = parse_vin("JN1FAAZE0U0000001")
>>> {   'vds': {   'parsed': {   'body_type': 'Z',
                                 'engine': ['KA24E'],
                                 'misc': 'Driver and front passenger SRS air '
                                         'bags, SRS side air bags, SRS curtain '
                                         'air bag & 3 point manual seat belt',
                                 'model_change': 'A',
                                 'model_line': ['Armada, Titan, Maxima']},
                   'vds': 'FAAZE0'},
        'vis': {'assembly_plant': '0', 'vis': 'U0000001', 'year': None},
        'wmi': {   'geo_area': 'Asia',
                   'geo_detailed_area': 'Japan',
                   'manufacturer': 'Nissan',
                   'wmi': 'JN1'}}

On-Line versions

Currently, vin decoder is not online. Alternatives are

VIN documentation

Information about VIN can be found at

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vin_decoder-0.1.1.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

vin_decoder-0.1.1-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page