{
  "info": {
    "name": "ListLoco API",
    "description": "ListLoco localizes product listings for Amazon DE workflows — enforces marketplace compliance rules, preserves model numbers and measurement units, and applies deterministic quality gates. Subscribe on RapidAPI to get your API key: https://rapidapi.com/sakaiwork259601/api/listloco",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://listloco.hayasaka.app",
      "type": "string"
    },
    {
      "key": "rapidapi_host",
      "value": "listloco.p.rapidapi.com",
      "type": "string"
    },
    {
      "key": "rapidapi_key",
      "value": "",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Localize a listing (RapidAPI)",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-RapidAPI-Key",
            "value": "{{rapidapi_key}}"
          },
          {
            "key": "X-RapidAPI-Host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "https://{{rapidapi_host}}/localize",
          "protocol": "https",
          "host": ["{{rapidapi_host}}"],
          "path": ["localize"]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"marketplace\": \"amazon\",\n  \"sourceLang\": \"en\",\n  \"targetLang\": \"de\",\n  \"listing\": {\n    \"title\": \"Cordless drill AB-1200 with 8.5 kg battery and 2 m cable\",\n    \"description\": \"Cordless drill AB-1200 with a 8.5 kg battery and a 2 m cable.\",\n    \"brand\": \"Bosch\",\n    \"material\": \"Metall\",\n    \"size\": \"M\",\n    \"color\": \"blue\",\n    \"quantity\": 1\n  },\n  \"glossary\": { \"preserve\": [\"Bosch\", \"AB-1200\"] },\n  \"dictionary\": {\n    \"cordless\": \"kabellos\",\n    \"drill\": \"Bohrmaschine\",\n    \"with\": \"mit\",\n    \"and\": \"und\",\n    \"battery\": \"Akku\",\n    \"cable\": \"Kabel\"\n  }\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "description": "Localize an English product listing for Amazon DE. Applies marketplace compliance rules, preserves model numbers (AB-1200), numeric values (8.5 kg, 2 m), and runs six deterministic quality gates. Replace {{rapidapi_key}} with your RapidAPI subscription key from https://rapidapi.com/sakaiwork259601/api/listloco"
      }
    },
    {
      "name": "Health check",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{base_url}}/health",
          "host": ["{{base_url}}"],
          "path": ["health"]
        },
        "description": "Returns {\"status\":\"ok\"} when the ListLoco service is operational. No authentication required."
      }
    }
  ]
}
