You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**includesOnly**|[CSFDFilmTypes[]](https://github.com/bartholomej/node-csfd-api/blob/8fa5f9cbc7e7f2b62b0bd2c2b5a24c9a63444f6a/src/interfaces/global.ts#L25)| null | Including only film types. eg. `['seriál', 'koncert']`|
466
+
|**exclude**|[CSFDFilmTypes[]](https://github.com/bartholomej/node-csfd-api/blob/8fa5f9cbc7e7f2b62b0bd2c2b5a24c9a63444f6a/src/interfaces/global.ts#L25)| null | Excluding film types eg. `['epizoda', 'série']`|
467
+
|**allPages**| boolean | false | Get all pages |
468
+
|**allPagesDelay**| number | 0 | Delay on each page request. In milliseconds |
469
+
|**page**| number | 1 | Specific page number to fetch (e.g., 2 for page 2) |
362
470
363
471
_Note: You can not use both parameters `includesOnly` and `excludes`. Parameter `includesOnly` has a priority._
364
472
@@ -398,6 +506,7 @@ docker run -p 3000:3000 node-csfd-api
398
506
-`/search/quentin+tarantino`
399
507
-`/creator/2120`
400
508
-`/user-ratings/912-bart`
509
+
-`/user-reviews/195357`
401
510
402
511
## 🧑💻 Used by
403
512
@@ -449,7 +558,7 @@ docker run -p 3000:3000 node-csfd-api
449
558
-[x] Similar movies
450
559
-[x] Trivia
451
560
-[x] Photo from movie (random)
452
-
-[ ] Reviews
561
+
-[ ] Reviews (from movie page)
453
562
-[ ] OST
454
563
-[ ] Search
455
564
-[x] Movies
@@ -462,6 +571,10 @@ docker run -p 3000:3000 node-csfd-api
0 commit comments