Experience a new random GIF from GIPHY or Tenor with every refresh! Gifroz offers an incredibly simple URL that's a breeze to integrate.
- π¨ Generate random GIFs based on search terms.
- π Supports both GIPHY and Tenor as sources.
- πΌοΈ Easy integration with markdown, HTML, or direct URL usage.
- β‘ Fast and lightweight API.
- π§ Fully customizable with query parameters.
<img src="https://gifroz.vercel.app/" alt="Random GIF">| Parameter | Description | Default Value | Example Usage |
|---|---|---|---|
q |
Search term for the GIF. Avoid special characters like &, =. Use URL encoding for spaces (e.g., q=qa%20meme). |
meme |
q=cat |
source |
Source for the GIF. Options: giphy or tenor. |
giphy |
source=tenor |
Warning
Avoid using special characters like &, = directly in the q parameter. These characters can cause issues with the API. Instead, use URL encoding. For example:
- Use
%20for spaces (e.g.,q=qa%20meme). - Replace
&with%26(e.g.,q=pm%26qa).
| Scenario | URL |
|---|---|
| Search: "fat cat" | https://gifroz.vercel.app/?q=fat%20cat |
| Search: "dev & meme" | https://gifroz.vercel.app/?q=dev%20%26%20meme |
| Search: "dev=meme" | https://gifroz.vercel.app/?q=dev%3Dmeme |
| Search: "dev-meme" | https://gifroz.vercel.app/?q=dev-meme |
| Search: "dev" from Tenor | https://gifroz.vercel.app/?q=dev&source=tenor |
Contributions are welcome! If you have suggestions or want to improve Gifroz, please feel free to:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a Pull Request.
Please open an issue first to discuss any significant changes.
This project utilizes content (GIFs/WebPs) sourced from the following APIs:
Please note that all content is subject to the respective terms of service and licensing of Tenor and GIPHY.
This project is licensed under the MIT License. See the LICENSE file for details.