Ai Tools
NightCafe logo

NightCafe API

nightcafe.studio

AI art platform - explore feed, prompts, challenges, and PRO/credit pricing.

Actions
7
Category
Ai Tools
Login
Not required
Output
JSON

Call the NightCafe API

Submit a task, then poll the job until it settles. This example runs act_nightcafe_studio_artwork_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_nightcafe_studio_artwork_detail",
    "params": {
      "creation_id": "qgQ7GIDKqhrnNPyd8rQW"
    }
  }'

7 actions on nightcafe.studio

Read

  • Artwork Details

    act_nightcafe_studio_artwork_detailread1 credit / call

    Returns an artwork's title, prompt, author, image, and publish date.

    creation_id
    string · required
  • Challenge Details

    act_nightcafe_studio_challenge_detailread1 credit / call

    Returns a community challenge's title, description, schedule, and entry stats.

    challenge_slug
    string · required
  • Challenges Listing

    act_nightcafe_studio_challenges_listingread1 credit / call

    Returns active and recent community challenges with titles, status, and winners.

  • Creation Feed Listing

    act_nightcafe_studio_creation_feed_listingread1 credit / call

    Returns explore feed artworks with titles, creators, images, and engagement counts.

    query
    string
    filter
    string
    limit
    string
  • Creation Feed Listing Paginated

    act_nightcafe_studio_creation_feed_listing_paginatedread2 credits / call

    Returns the next page of explore feed artworks with a pagination cursor.

    last_visible_id
    string · required
    query
    string
    filter
    string
    limit
    string
  • Pricing Credit Packs

    act_nightcafe_studio_pricing_credit_packsread1 credit / call

    Returns one-time credit pack products with product IDs, names, and USD base prices.

  • Pricing Pro Plans

    act_nightcafe_studio_pricing_pro_plansread1 credit / call

    Returns PRO subscription plan names, plan IDs, and recurring USD prices for each tier.

NightCafe API questions

Is there an API for NightCafe?
NightCafe does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for nightcafe.studio. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape NightCafe data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nightcafe.studio changes its markup, Anakin updates the action.
Do I need a NightCafe account?
No. Every NightCafe action listed here runs anonymously — no account and no credentials required.
What does the NightCafe API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites