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 / callReturns an artwork's title, prompt, author, image, and publish date.
- creation_id
- string · required
Challenge Details
act_nightcafe_studio_challenge_detailread1 credit / callReturns a community challenge's title, description, schedule, and entry stats.
- challenge_slug
- string · required
Challenges Listing
act_nightcafe_studio_challenges_listingread1 credit / callReturns active and recent community challenges with titles, status, and winners.
Creation Feed Listing
act_nightcafe_studio_creation_feed_listingread1 credit / callReturns 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 / callReturns 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 / callReturns one-time credit pack products with product IDs, names, and USD base prices.
Pricing Pro Plans
act_nightcafe_studio_pricing_pro_plansread1 credit / callReturns 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
AI Top Tools
Directory of AI tools - categories, details, and rankings.
Aixploria
AI tools directory - categories, tool details, and top lists.
Anthropic
Anthropic - research publications, Claude model details, pricing, and documentation.
ArtHub.ai
AI artwork discovery - galleries, tags, artwork details, and generation prompts.
Captions
AI video editing platform - features, styles, use cases, and product pages.
DeepL
DeepL translator - text translation, language pairs, features, and pricing.