Methods
activity(activityID, filter, page, amount) → {ActivityEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
activityID |
Number |
null
|
The activityID to lookup. (ie: 152876349). For no term, input a null value. |
filter |
Object |
null
|
A key-value paired object to filter search data. |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- ActivityEntry
anime(term, filter, page, amount) → {SearchEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
term |
String |
null
|
The term to lookup. (ie: "Log Horizon"). For no term, input a null value |
filter |
Object |
null
|
A key-value paired object to filter search data. |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- SearchEntry
character(term, page, amount) → {SearchEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
term |
String | Required. The term to lookup. (ie: "Myne" or "Chise Hatori") | |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- SearchEntry
manga(term, filter, page, amount) → {SearchEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
term |
String |
null
|
The term to lookup. (ie: "Mahoutsukai no Yome"). For no term, input a null value. |
filter |
Object |
null
|
A key-value paired object to filter search data. |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- SearchEntry
staff(term, page, amount) → {SearchEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
term |
String | Required. The term to lookup. (ie: "Yuka Iguchi") | |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- SearchEntry
studio(term, page, amount) → {SearchEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
term |
String | Required. The term to lookup. (ie: "White Fox") | |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- SearchEntry
user(term, page, amount) → {SearchEntry}
Parameters:
Name | Type | Default | Description |
---|---|---|---|
term |
String | Required. The term to lookup. (ie: "AurelicButter") | |
page |
Number |
1
|
Which page of the results to look at. Will default to 1 if not provided. |
amount |
Number |
5
|
The amount of results per page. AniList will cap this at 25 and function will default to 5 if not provided. |
Returns:
- Type
- SearchEntry