Skip to product information

n8n Workflow: List & Normalize Model Releases API

n8n Workflow: List & Normalize Model Releases API

 (200+Reviews)
Regular price £65.99
Regular price £65.99 Sale price
SAVE Sold out
Instant Digital Download
Unlimited Downloads
Lifetime Access in Your Account
🔥
128+ Sold
Popular with n8n builders
23 people viewing
High interest right now
9 added today
Fast-moving digital product
n8n Workflow: List & Normalize Model Releases API

n8n Workflow: List & Normalize Model Releases API

Regular price £65.99
Regular price £65.99 Sale price
SAVE Sold out

Get a clean, one-per-release list of GOLDPRIME model updates—automatically in n8n

This n8n workflow runs on demand to call the chinaslotmachine.com GOLDPRIME list_model_releases API, authenticates with your API key, and normalizes the response into one n8n item per model release.

What this workflow does

  • Manual trigger (on demand): Start the workflow whenever you need the latest model releases.
  • Config + authentication: Load the API base URL, endpoint path, and authentication header settings. Optionally read your key from the CHINASLOTMACHINE_API_KEY environment variable (or use the configuration field you provide).
  • Validation: Check that the API key and required configuration values are present before making the request.
  • API request: Send an HTTP request to https://www.chinaslotmachine.com using the configured list_model_releases endpoint and authentication header.
  • Normalize output: Extract the array of releases from common response keys and output one item per release. If no release list is detected, it returns the raw response.

Use cases

  • SaaS operations: Periodically pull GOLDPRIME model release data to keep internal tooling up to date.
  • Automation engineers: Standardize a messy JSON response into consistent n8n items for downstream processing.
  • Data pipelines: Feed normalized “model releases” into reporting, monitoring, or ticket creation workflows.

Technical details

  • Nodes used: Manual Trigger, set, code, Sticky Note, http request
  • External API: https://www.chinaslotmachine.com GOLDPRIME list_model_releases
  • Auth: API key via configurable header (optionally from CHINASLOTMACHINE_API_KEY)
  • Setup: Confirm the correct endpointPath for list_model_releases and adjust header name/prefix if your authentication scheme differs.
View full details