The Bee Movie but it's an api

/api/bee/

The bee movie script as an api.

Why?

Why not?

Args are given in the url (/api/bee/?line=4&word=bee for example)

/

Get the entire script

Returns: The entire script

Example

/?line=[Int]

Get a certain line from the bee movie

Returns: That line from the script

Example

/?word=[String]

Get all lines at contain this word

Returns: The lines that also contain the string specified

Example

/?split=[String]

The character to replace all the \r\n with. (Using br will replace the newlines with <br> and actually put line breaks)

Returns: Everything with the above as line seperator

Example

/?count=[String]

Counts all occurences of the provided string, after all other filters are done. Overrides all other output

Returns: A number

Example