Browse Source

A few of our products that has API endpoints

Added multiple APIs from my little company

* Radio Code Calculator API
* AZTEC 2D Decoder API
* AutoIt Obfuscator API
* Java Obfuscator API
* Assembly Obfuscator API
* String Encrypt API

Hope you like it :D
pull/3443/head
Bartosz Wójcik 1 year ago
committed by GitHub
parent
commit
762b470522
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      README.md

+ 7
- 1
README.md View File

@@ -1386,6 +1386,11 @@ API | Description | Auth | HTTPS | CORS |
| [Judge0 CE](https://ce.judge0.com/) | Online code execution system | `apiKey` | Yes | Unknown |
| [KONTESTS](https://kontests.net/api) | For upcoming and ongoing competitive coding contests | No | Yes | Unknown |
| [Mintlify](https://docs.mintlify.com) | For programmatically generating documentation for code | `apiKey` | Yes | Yes |
| [String Encrypt](https://www.stringencrypt.com/) | Polymorphic string encryption for programmers | `apiKey` | Yes | Yes |
| [AZTEC 2D Decoder](https://www.pelock.com/products/aztec-decoder) | AZTEC 2D Decoder Library for Polish Vehicle ID Cards | `apiKey` | Yes | Yes |
| [AutoIt Obfuscator](https://www.pelock.com/products/autoit-obfuscator/api) | Automate AutoIt script source code obfuscation with a flexible Web API for software developers and programmers | `apiKey` | Yes | Yes |
| [JObfuscator](https://www.pelock.com/products/jobfuscator/api) | Automate Java source code obfuscation with a flexible Web API for software developers and programmers | `apiKey` | Yes | Yes |
| [Assembly Obfuscator](https://www.pelock.com/products/obfuscator/api) | Protect assembler source code & algorithms against cracking, analysis & reverse engineering by using obfuscation | `apiKey` | Yes | Yes |

**[⬆ Back to Index](#index)**
### Science & Math
@@ -1742,7 +1747,8 @@ API | Description | Auth | HTTPS | CORS |
| [Mercedes-Benz](https://developer.mercedes-benz.com/apis) | Telematics data, remotely access vehicle functions, car configurator, locate service dealers | `apiKey` | Yes | No |
| [NHTSA](https://vpic.nhtsa.dot.gov/api/) | NHTSA Product Information Catalog and Vehicle Listing | No | Yes | Unknown |
| [Smartcar](https://smartcar.com/docs/) | Lock and unlock vehicles and get data like odometer reading and location. Works on most new cars | `OAuth` | Yes | Yes |

| [Radio Code Calculator](https://www.pelock.com/products/radio-code-calculator) | Radio Code Calculator is an online service along with Web API and SDK for generating car radio unlock codes for popular vehicle brands | `apiKey` | Yes | Yes |
**[⬆ Back to Index](#index)**
### Video
API | Description | Auth | HTTPS | CORS |


Loading…
Cancel
Save