The Lord of the Rings (Independent Publisher)
This is the one API to rule them all. No really, it serves your needs regarding data about The Lord of the Rings, the epic books by J. R. R. Tolkien and the official movie adaptions by Peter Jackson.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://the-one-api.dev/ |
Privacy policy | https://the-one-api.dev/ |
Categories | Lifestyle and Entertainment |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Token in the form of "Bearer [Token]" | securestring | The Token in the form of "Bearer [Token]" for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get characters |
List of characters including metadata like name, gender, realm, race and more. |
List books |
The list of all "The Lord of the Rings" books. |
List chapters |
List of all book chapters |
List movies |
List of all movies, including the "The Lord of the Rings" and the "The Hobbit" trilogies. |
List quotes |
List of all movie quotes. |
Request a book |
Request one specific book. |
Request a chapter |
Request one specific book chapter. |
Request a character |
Request one specific character. |
Request a character's quotes |
Request all movie quotes of one specific character |
Request a movie |
Request one specific movie. |
Request a quote |
Request one specific movie quote. |
Request chapters |
Request all chapters of one specific book. |
Request quotes from a movie |
Request all movie quotes for one specific movie (only working for the LotR trilogy). |
Get characters
List of characters including metadata like name, gender, realm, race and more.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Height
|
docs.height | string |
Their height. |
Race
|
docs.race | string |
Their race. |
Gender
|
docs.gender | string |
Their gender. |
Birth
|
docs.birth | string |
Their birth year. |
Spouse
|
docs.spouse | string |
Their spouse. |
Death
|
docs.death | string |
Their death year. |
Realm
|
docs.realm | string |
Their realm. |
Hair
|
docs.hair | string |
Their hair color. |
Name
|
docs.name | string |
Their name. |
Wiki URL
|
docs.wikiUrl | string |
Their wiki URL page. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
List books
The list of all "The Lord of the Rings" books.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Name
|
docs.name | string |
The name. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
List chapters
List of all book chapters
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Chapter Name
|
docs.chapterName | string |
The chapter name. |
Book
|
docs.book | string |
The book. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
List movies
List of all movies, including the "The Lord of the Rings" and the "The Hobbit" trilogies.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Name
|
docs.name | string |
The name. |
Runtime In Minutes
|
docs.runtimeInMinutes | integer |
The runtime in minutes. |
Budget In Millions
|
docs.budgetInMillions | integer |
The budget in millions. |
Box Office Revenue In Millions
|
docs.boxOfficeRevenueInMillions | integer |
The box office revenue in millions. |
Academy Award Nominations
|
docs.academyAwardNominations | integer |
The number of Academy Award nominations. |
Academy Award Wins
|
docs.academyAwardWins | integer |
The number of Academy Award wins.. |
Rotten Tomatoes Score
|
docs.rottenTomatoesScore | number |
The Rotten Tomatoes score. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
List quotes
List of all movie quotes.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Dialog
|
docs.dialog | string |
The dialog. |
Movie
|
docs.movie | string |
The movie. |
Character
|
docs.character | string |
The character. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request a book
Request one specific book.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Name
|
docs.name | string |
The name. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request a chapter
Request one specific book chapter.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Chapter Name
|
docs.chapterName | string |
The chapter name. |
Book
|
docs.book | string |
. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request a character
Request one specific character.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Height
|
docs.height | string |
Their height. |
Race
|
docs.race | string |
Their race. |
Gender
|
docs.gender | string |
Their gender. |
Birth
|
docs.birth | string |
Their birth year. |
Spouse
|
docs.spouse | string |
Their spouse. |
Death
|
docs.death | string |
Their death year. |
Realm
|
docs.realm | string |
Their realm. |
Hair
|
docs.hair | string |
Their hair color. |
Name
|
docs.name | string |
The name. |
Wiki URL
|
docs.wikiUrl | string |
Their wiki URL page. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request a character's quotes
Request all movie quotes of one specific character
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Dialog
|
docs.dialog | string |
The dialog. |
Movie
|
docs.movie | string |
The movie. |
Character
|
docs.character | string |
The character. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request a movie
Request one specific movie.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Name
|
docs.name | string |
The name. |
Runtime In Minutes
|
docs.runtimeInMinutes | integer |
The runtime in minutes. |
Budget In Millions
|
docs.budgetInMillions | integer |
The budget in millions. |
Box Office Revenue In Millions
|
docs.boxOfficeRevenueInMillions | integer |
The box office revenue in millions. |
Academy Award Nominations
|
docs.academyAwardNominations | integer |
The number of Academy Award nominations. |
Academy Award Wins
|
docs.academyAwardWins | integer |
The number of Academy Award wins.. |
Rotten Tomatoes Score
|
docs.rottenTomatoesScore | integer |
The Rotten Tomatoes score. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request a quote
Request one specific movie quote.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Dialog
|
docs.dialog | string |
The dialog. |
Movie
|
docs.movie | string |
The movie. |
Character
|
docs.character | string |
The character. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request chapters
Request all chapters of one specific book.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Chapter Name
|
docs.chapterName | string |
The chapter name. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |
Request quotes from a movie
Request all movie quotes for one specific movie (only working for the LotR trilogy).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The unique identifier. |
Limit
|
limit | integer |
The limit. |
|
Page
|
page | integer |
The page number. |
|
Offset
|
offset | integer |
The number offset. |
|
Sorting
|
sorting | string |
The sorting. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Docs
|
docs | array of object | |
ID
|
docs._id | string |
The unique identifier. |
Dialog
|
docs.dialog | string |
The dialog. |
Movie
|
docs.movie | string |
The movie. |
Character
|
docs.character | string |
The character. |
Total
|
total | integer |
The total. |
Limit
|
limit | integer |
The limit. |
Offset
|
offset | integer |
The offset. |
Page
|
page | integer |
The page. |
Pages
|
pages | integer |
The pages. |