local_offer Günstige Lizenzen für Privat & Gewerbe softwareking24.com arrow_forward
bolt 5/5 gratis Login Registrieren
English
Deutsch
Română
中文
Tiếng Việt
Français
Italiano

API-Dokumentation

Die PidChecker-API prüft Microsoft-Product-Keys per einfachem GET-Request und liefert JSON zurück. Jeder Aufruf kostet 2 Credits. Für einen API-Key bitte registrieren.

Endpoint
GET https://codeapi.ro/?key=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX&apikey=DEIN_API_KEY
ParameterPflichtBeschreibung
keyjaMicrosoft Product Key (10–64 Zeichen, A–Z, 0–9, „-")
apikeyjaDein persönlicher API-Key (im Konto)
Antwort (JSON)
{
  "success": true,
  "family": "Windows",
  "product": "Windows 11 Pro",
  "edition": "Professional",
  "channel": "Retail",
  "licenseType": "Retail",
  "remainingActivations": "—",
  "productId": "00330-XXXXX-XXXXX-AAOEM"
}
FeldBeschreibung
successtrue bei erfolgreicher Prüfung
family / product / editionProduktfamilie, Produktname und Edition
channel / licenseTypeRetail, OEM, Volume:MAK …
remainingActivationsVerbleibende Aktivierungen (nur Volume/MAK)
Code-Beispiele
cURL
PHP
Python
JavaScript
curl "https://codeapi.ro/?key=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX&apikey=DEIN_API_KEY"
Fehlercodes
HTTPerrorBedeutung
401invalid_apikeyAPI-Key fehlt oder ungültig
400invalid_key_formatProduct-Key-Format ungültig
402no_creditsGuthaben aufgebraucht – bitte aufladen
503backend_unreachablePrüfdienst vorübergehend nicht erreichbar

Credits aufladen im API-Portal.