Parameter: ?id=[VALUE]
Description: Filters and displays data where id equals the provided value.
Example:
https://www.codefling.com/db?category=[VALUE]&id=1
Our API is built using smart caching to give you fast and reliable access to our large collection of categories and files with numerous parameters to refine your searches.
To access our API, make an HTTP GET request to the following URL with the respective parameters:
https://www.codefling.com/db?category=[CATEGORY_ID]
You can include multiple category IDs in your request to retrieve data from multiple categories simultaneously:
https://www.codefling.com/db?category=[CATEGORY_ID1,CATEGORY_ID2]
To retrieve data from all categories, including both current and future additions, use the following option:
https://www.codefling.com/db?category=all
Detailed information about the available API parameters, and examples to help you integrate with Codefling API effectively.
Parameter: ?id=[VALUE]
Description: Filters and displays data where id equals the provided value.
Example:
https://www.codefling.com/db?category=[VALUE]&id=1
Parameter: ?title=[VALUE]
Description: Filters and displays data where title equals the provided value.
Example:
https://www.codefling.com/db?category=[VALUE]&title=ExampleTitle
Parameter: ?author=[VALUE]
Description: Filters and displays data where author equals the provided value.
Example:
https://www.codefling.com/db?category=[VALUE]&author=ExampleAuthor
Parameter: ?paid
Description: Filters and displays data where the entry is paid.
Example:
https://www.codefling.com/db?category=[VALUE]&paid
Parameter: ?tags=[VALUE]
Description: Filters and displays data where tags include the provided value(s). Multiple tags can be used, separated by a comma.
Example:
https://www.codefling.com/db?category=[VALUE]&tags=ExampleTag1,ExampleTag2
Parameter: ?rating=[VALUE]
Description: Filters and displays data where rating equals the provided value.
Example:
https://www.codefling.com/db?category=[VALUE]&rating=5
Parameter: ?compatibility=[VALUE]
Description: Filters and displays data where compatibility equals the provided value.
Example:
https://www.codefling.com/db?category=[VALUE]&compatibility=1.0
Parameter: ?featured
Description: Filters and displays data where the entry is featured.
Example:
https://www.codefling.com/db?category=[VALUE]&featured
Parameter: ?filename=[VALUE]
Description: Filters and displays data where the filename matches the provided value. The filename comparison is case-insensitive.
Example:
https://www.codefling.com/db?category=[VALUE]&filename=FileName.cs