Prüfe Microsoft-Product-Keys programmatisch – Produktfamilie, Edition, Channel und (bei Volume/MAK) verbleibende Aktivierungen. Ein API-Aufruf kostet 2 Credits.
💳 Sichere Bezahlung über Stripe. Credits werden sofort nach Zahlung gutgeschrieben. 2 Credits pro API-Anfrage.
Request
GET https://pidchecker.net/?key=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX&apikey=DEIN_API_KEY
Antwort (JSON)
{
"success": true,
"family": "Windows",
"description": "Windows 11 Pro Retail",
"edition": "Professional",
"channel": "Retail",
"licenseType": "Retail",
"remainingActivations": "—",
"productID": "00330-XXXXX-XXXXX-AAOEM"
}Mehr Beispiele (cURL, PHP, Python, JS) & Fehlercodes in der API-Hilfe.