Methods
get(recommendID) → {SingleRecommendation}
- Description:
 - 
							
- Get an AniList recommendation via its ID
 
 - Source:
 - Since:
 - 
							
- 1.8.0
 
 
Parameters:
| Name | Type | Description | 
|---|---|---|
recommendID | 
								Number | The AniList recommendation ID | 
Returns:
- Type
 - SingleRecommendation
 
getList(mediaID, page, perPage) → {RecommendationList}
- Description:
 - 
							
- Get AniList recommendations for a media.
 
 - Source:
 - Since:
 - 
							
- 1.8.0
 
 
Parameters:
| Name | Type | Default | Description | 
|---|---|---|---|
mediaID | 
								Number | The AniList media ID | |
page | 
								Number | 
									1
								 | 
								Target a specific page number for recommended. | 
perPage | 
								Number | 
									25
								 | 
								Limits the page amount to a specific number. 25 is max as per AniList limits. | 
Returns:
- Type
 - RecommendationList