Quickstart
Get started with node-csfd-api in just a few minutes. This guide will walk you through making your first API calls.Your first API call
Import the library
Import the
csfd instance in your code:- TypeScript
- JavaScript (ESM)
- JavaScript (CommonJS)
Common operations
Here are the most common operations you’ll perform with the library:Fetch movie details
Get comprehensive information about a movie or TV series:- TypeScript
- JavaScript
Search for content
Search across movies, TV series, and users:- TypeScript
- JavaScript
Get creator information
Retrieve detailed information about directors, actors, and other creators:- TypeScript
- JavaScript
Get user ratings
Access user ratings from ČSFD profiles:- TypeScript
- JavaScript
Get user reviews
Retrieve detailed user reviews with full text:- TypeScript
- JavaScript
Complete example
Here’s a complete example that demonstrates multiple API calls:- TypeScript
- JavaScript
Important notes
When using
userRatings() or userReviews() with the allPages option, always set an appropriate allPagesDelay to avoid detection:Next steps
Now that you’ve made your first API calls, explore more advanced features:API Reference
Explore all available methods, types, and options
Examples
See real-world examples and integration patterns
MCP Server
Use ČSFD data with AI agents like Claude Desktop
Docker Support
Run as a standalone REST API service