Difference between revisions of "NPS-DL"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[File:Datasheet240.png|200px|thumb|right|Datasheet240 NPS-DL. South African Drivers Licence barcode decoder API]] | [[File:Datasheet240.png|200px|thumb|right|Datasheet240 NPS-DL. South African Drivers Licence barcode decoder API]] | ||
+ | {{warning|1=This is the developer's corner to aid in integrating our RESTfull API into their apps.}} | ||
+ | == Interface == | ||
+ | This is a [[REST API]] endpoint using HTTP GET.<br> | ||
+ | Available to any device/server on the internet. | ||
+ | == Usage == | ||
+ | To use this endpoint you will need a valid [[API Key]] available after registration on [[NPS-CLOUD]].<br> | ||
+ | See our API documentation page for advance help and examples on using this endpoint. | ||
+ | === Parameters === | ||
+ | ==== scan ==== | ||
+ | ==== token ==== | ||
+ | == Output == | ||
+ | We provide a JSON formatted output of the results available from this API endpoint. | ||
+ | [[File:NPS-DLJSON.png|200px|thumb|right|NPS-DL JSON output]] | ||
+ | === User_IP === | ||
+ | === EncryptionVersion === | ||
+ | === BarcodeVersion === | ||
+ | === Citizen === | ||
+ | === Initial === | ||
+ | === Surname === | ||
+ | === DOB === | ||
+ | === IDNo === | ||
+ | === IssuedBy === | ||
+ | === LicNo === | ||
+ | === Issued === | ||
+ | === ValidFrom === | ||
+ | === ValidTo === | ||
+ | === Code === | ||
+ | ==== Licence1 ==== | ||
+ | ==== Licence2 ==== | ||
+ | === Unlock === | ||
+ | === Version === | ||
+ | === TokensLeft === | ||
+ | === Checks === | ||
+ | ==== VehRestr ==== | ||
+ | ==== UserRestr ==== | ||
+ | ==== PrDP ==== | ||
+ | ==== expired ==== | ||
+ | ==== age ==== | ||
+ | ==== gender ==== | ||
+ | ==== url ==== | ||
+ | ==== filename ==== |
Revision as of 10:32, 5 April 2019
Warning: This is the developer's corner to aid in integrating our RESTfull API into their apps. |
Contents
Interface
This is a REST API endpoint using HTTP GET.
Available to any device/server on the internet.
Usage
To use this endpoint you will need a valid API Key available after registration on NPS-CLOUD.
See our API documentation page for advance help and examples on using this endpoint.
Parameters
scan
token
Output
We provide a JSON formatted output of the results available from this API endpoint.