├── .gitattributes ├── .htaccess ├── README.md ├── api ├── age.php ├── app_android_downloads.php ├── app_android_rating.php ├── app_android_reviews.php ├── app_ios_rating.php ├── app_ios_reviews.php ├── bitcoin_price.php ├── bold_text.php ├── calories_to_doughnut.php ├── censured_text.php ├── city_name_by_postal_code.php ├── country_flag.php ├── country_ip.php ├── country_phone_prefix.php ├── country_phone_prefix_reverse.php ├── credit_card_type.php ├── currency_conversor.php ├── currency_exchange_rate.php ├── days_between.php ├── days_left.php ├── decode_base64.php ├── distance_coordinates.php ├── encode_base64.php ├── encode_md5.php ├── entities_photo.php ├── entities_text.php ├── final_redirect.php ├── followers_facebook_page.php ├── followers_feedly.php ├── followers_github.php ├── followers_instagram.php ├── followers_tiktok.php ├── followers_twitch.php ├── followers_twitter.php ├── followers_youtube.php ├── food_calories.php ├── gender_name.php ├── generate_avatar.php ├── generate_color.php ├── generate_country.php ├── generate_date.php ├── generate_future_date.php ├── generate_id.php ├── generate_image_placeholder.php ├── generate_lorem_ipsum.php ├── generate_name.php ├── generate_number.php ├── generate_password.php ├── generate_people.php ├── generate_qr.php ├── generate_text.php ├── generate_user_agent.php ├── geocode.php ├── geocode_reverse.php ├── http_response_code.php ├── likes_instagram.php ├── likes_pinterest.php ├── likes_tiktok.php ├── likes_youtube.php ├── local_time.php ├── movie_poster.php ├── pagespeed_score.php ├── photo_colors.php ├── product_title_ean.php ├── proxy_redirect.php ├── rating_amazon.php ├── rating_amazon_seller.php ├── rating_booking.php ├── rating_filmaffinity.php ├── rating_google_business.php ├── rating_metacritic.php ├── rating_rottentomatoes.php ├── reviews_google_business.php ├── screenshot.php ├── search_photo.php ├── search_video.php ├── search_youtube.php ├── sentiment_text.php ├── seo_keyword_cpc.php ├── seo_search_volume.php ├── slug.php ├── sources │ ├── bad_words_en.txt │ ├── bad_words_es.txt │ ├── blank_pixel.png │ ├── countries_en.php │ ├── faces │ │ ├── female │ │ │ ├── 1.jpg │ │ │ ├── 10.jpg │ │ │ ├── 11.jpg │ │ │ ├── 12.jpg │ │ │ ├── 13.jpg │ │ │ ├── 14.jpg │ │ │ ├── 15.jpg │ │ │ ├── 16.jpg │ │ │ ├── 17.jpg │ │ │ ├── 18.jpg │ │ │ ├── 19.jpg │ │ │ ├── 2.jpg │ │ │ ├── 20.jpg │ │ │ ├── 21.jpg │ │ │ ├── 22.jpg │ │ │ ├── 23.jpg │ │ │ ├── 24.jpg │ │ │ ├── 25.jpg │ │ │ ├── 26.jpg │ │ │ ├── 27.jpg │ │ │ ├── 28.jpg │ │ │ ├── 29.jpg │ │ │ ├── 3.jpg │ │ │ ├── 30.jpg │ │ │ ├── 31.jpg │ │ │ ├── 32.jpg │ │ │ ├── 33.jpg │ │ │ ├── 34.jpg │ │ │ ├── 35.jpg │ │ │ ├── 36.jpg │ │ │ ├── 37.jpg │ │ │ ├── 38.jpg │ │ │ ├── 39.jpg │ │ │ ├── 4.jpg │ │ │ ├── 40.jpg │ │ │ ├── 41.jpg │ │ │ ├── 42.jpg │ │ │ ├── 43.jpg │ │ │ ├── 44.jpg │ │ │ ├── 45.jpg │ │ │ ├── 46.jpg │ │ │ ├── 47.jpg │ │ │ ├── 48.jpg │ │ │ ├── 49.jpg │ │ │ ├── 5.jpg │ │ │ ├── 50.jpg │ │ │ ├── 6.jpg │ │ │ ├── 7.jpg │ │ │ ├── 8.jpg │ │ │ └── 9.jpg │ │ └── male │ │ │ ├── 1.jpg │ │ │ ├── 10.jpg │ │ │ ├── 11.jpg │ │ │ ├── 12.jpg │ │ │ ├── 13.jpg │ │ │ ├── 14.jpg │ │ │ ├── 15.jpg │ │ │ ├── 16.jpg │ │ │ ├── 17.jpg │ │ │ ├── 18.jpg │ │ │ ├── 19.jpg │ │ │ ├── 2.jpg │ │ │ ├── 20.jpg │ │ │ ├── 21.jpg │ │ │ ├── 22.jpg │ │ │ ├── 23.jpg │ │ │ ├── 24.jpg │ │ │ ├── 25.jpg │ │ │ ├── 26.jpg │ │ │ ├── 27.jpg │ │ │ ├── 28.jpg │ │ │ ├── 29.jpg │ │ │ ├── 3.jpg │ │ │ ├── 30.jpg │ │ │ ├── 31.jpg │ │ │ ├── 32.jpg │ │ │ ├── 33.jpg │ │ │ ├── 34.jpg │ │ │ ├── 35.jpg │ │ │ ├── 36.jpg │ │ │ ├── 37.jpg │ │ │ ├── 38.jpg │ │ │ ├── 39.jpg │ │ │ ├── 4.jpg │ │ │ ├── 40.jpg │ │ │ ├── 41.jpg │ │ │ ├── 42.jpg │ │ │ ├── 43.jpg │ │ │ ├── 44.jpg │ │ │ ├── 45.jpg │ │ │ ├── 46.jpg │ │ │ ├── 47.jpg │ │ │ ├── 48.jpg │ │ │ ├── 49.jpg │ │ │ ├── 5.jpg │ │ │ ├── 50.jpg │ │ │ ├── 6.jpg │ │ │ ├── 7.jpg │ │ │ ├── 8.jpg │ │ │ └── 9.jpg │ ├── female_names.php │ ├── flags │ │ ├── AB.png │ │ ├── AD.png │ │ ├── AE.png │ │ ├── AF.png │ │ ├── AG.png │ │ ├── AI.png │ │ ├── AL.png │ │ ├── AM.png │ │ ├── AO.png │ │ ├── AR.png │ │ ├── AS.png │ │ ├── AT.png │ │ ├── AU.png │ │ ├── AW.png │ │ ├── AX.png │ │ ├── AZ.png │ │ ├── BA.png │ │ ├── BB.png │ │ ├── BD.png │ │ ├── BE.png │ │ ├── BF.png │ │ ├── BG.png │ │ ├── BH.png │ │ ├── BI.png │ │ ├── BJ.png │ │ ├── BM.png │ │ ├── BN.png │ │ ├── BO.png │ │ ├── BR.png │ │ ├── BS.png │ │ ├── BT.png │ │ ├── BW.png │ │ ├── BY.png │ │ ├── BZ.png │ │ ├── CA.png │ │ ├── CF.png │ │ ├── CH.png │ │ ├── CI.png │ │ ├── CK.png │ │ ├── CL.png │ │ ├── CM.png │ │ ├── CN.png │ │ ├── CO.png │ │ ├── CR.png │ │ ├── CU.png │ │ ├── CV.png │ │ ├── CW.png │ │ ├── CX.png │ │ ├── CY.png │ │ ├── CZ.png │ │ ├── DE.png │ │ ├── DJ.png │ │ ├── DK.png │ │ ├── DM.png │ │ ├── DO.png │ │ ├── DZ.png │ │ ├── EA.png │ │ ├── EC.png │ │ ├── EE.png │ │ ├── EG.png │ │ ├── EH.png │ │ ├── ER.png │ │ ├── ES.png │ │ ├── ET.png │ │ ├── FI.png │ │ ├── FJ.png │ │ ├── FK.png │ │ ├── FM.png │ │ ├── FO.png │ │ ├── FR.png │ │ ├── GA.png │ │ ├── GB.png │ │ ├── GD.png │ │ ├── GE.png │ │ ├── GG.png │ │ ├── GH.png │ │ ├── GI.png │ │ ├── GL.png │ │ ├── GM.png │ │ ├── GN.png │ │ ├── GQ.png │ │ ├── GR.png │ │ ├── GT.png │ │ ├── GU.png │ │ ├── GY.png │ │ ├── HK.png │ │ ├── HN.png │ │ ├── HR.png │ │ ├── HT.png │ │ ├── HU.png │ │ ├── ID.png │ │ ├── IE.png │ │ ├── IL.png │ │ ├── IN.png │ │ ├── IO.png │ │ ├── IQ.png │ │ ├── IR.png │ │ ├── IS.png │ │ ├── IT.png │ │ ├── JE.png │ │ ├── JM.png │ │ ├── JO.png │ │ ├── JP.png │ │ ├── KE.png │ │ ├── KG.png │ │ ├── KH.png │ │ ├── KI.png │ │ ├── KM.png │ │ ├── KN.png │ │ ├── KP.png │ │ ├── KR.png │ │ ├── KW.png │ │ ├── KY.png │ │ ├── KZ.png │ │ ├── LA.png │ │ ├── LB.png │ │ ├── LI.png │ │ ├── LK.png │ │ ├── LR.png │ │ ├── LS.png │ │ ├── LT.png │ │ ├── LU.png │ │ ├── LV.png │ │ ├── LY.png │ │ ├── MA.png │ │ ├── MC.png │ │ ├── MD.png │ │ ├── ME.png │ │ ├── MG.png │ │ ├── MH.png │ │ ├── MK.png │ │ ├── ML.png │ │ ├── MM.png │ │ ├── MN.png │ │ ├── MO.png │ │ ├── MQ.png │ │ ├── MR.png │ │ ├── MS.png │ │ ├── MT.png │ │ ├── MU.png │ │ ├── MV.png │ │ ├── MW.png │ │ ├── MX.png │ │ ├── MY.png │ │ ├── MZ.png │ │ ├── NA.png │ │ ├── NE.png │ │ ├── NF.png │ │ ├── NG.png │ │ ├── NI.png │ │ ├── NL.png │ │ ├── NO.png │ │ ├── NP.png │ │ ├── NR.png │ │ ├── NU.png │ │ ├── NZ.png │ │ ├── OM.png │ │ ├── OS.png │ │ ├── PA.png │ │ ├── PE.png │ │ ├── PF.png │ │ ├── PG.png │ │ ├── PH.png │ │ ├── PK.png │ │ ├── PR.png │ │ ├── PT.png │ │ ├── PW.png │ │ ├── PY.png │ │ ├── QA.png │ │ ├── RO.png │ │ ├── RS.png │ │ ├── RU.png │ │ ├── RW.png │ │ ├── SA.png │ │ ├── SB.png │ │ ├── SC.png │ │ ├── SD.png │ │ ├── SE.png │ │ ├── SG.png │ │ ├── SI.png │ │ ├── SK.png │ │ ├── SL.png │ │ ├── SM.png │ │ ├── SN.png │ │ ├── SO.png │ │ ├── SR.png │ │ ├── SS.png │ │ ├── ST.png │ │ ├── SX.png │ │ ├── SY.png │ │ ├── SZ.png │ │ ├── TD.png │ │ ├── TG.png │ │ ├── TH.png │ │ ├── TJ.png │ │ ├── TK.png │ │ ├── TL.png │ │ ├── TM.png │ │ ├── TN.png │ │ ├── TO.png │ │ ├── TR.png │ │ ├── TT.png │ │ ├── TV.png │ │ ├── TW.png │ │ ├── TZ.png │ │ ├── UA.png │ │ ├── UG.png │ │ ├── US.png │ │ ├── UY.png │ │ ├── UZ.png │ │ ├── VE.png │ │ ├── VG.png │ │ ├── VI.png │ │ ├── VN.png │ │ ├── VU.png │ │ ├── WS.png │ │ ├── XK.png │ │ ├── YE.png │ │ ├── ZA.png │ │ ├── ZM.png │ │ └── ZW.png │ ├── last_names.txt │ ├── male_names.php │ ├── negative_words_en.txt │ ├── negative_words_es.txt │ ├── positive_words_en.txt │ ├── positive_words_es.txt │ ├── spam_words.txt │ ├── stop_words_en.txt │ ├── stop_words_es.txt │ ├── temporary_mail_providers.txt │ ├── thesaurus_en.txt │ ├── thesaurus_es.txt │ └── verdana.ttf ├── spam_score.php ├── speech.php ├── spintax.php ├── stock_price_ibex.php ├── stock_price_nasdaq.php ├── synonymous.php ├── total_booking_hotels_city.php ├── translate.php ├── user_agent.php ├── user_country.php ├── user_ip.php ├── validate_bad_words.php ├── validate_credit_card.php ├── validate_date.php ├── validate_dni.php ├── validate_email.php ├── validate_iban.php ├── validate_imei.php ├── validate_negative.php ├── validate_nie.php ├── validate_nif.php ├── validate_nude_photo.php ├── validate_phone.php ├── validate_spam.php ├── validate_swift.php ├── validate_temporary_mail.php ├── validate_vies.php ├── weather_today.php ├── weather_tomorrow.php ├── web_count_html_tags.php ├── web_meta.php ├── web_meta_description.php ├── web_meta_generator.php ├── web_meta_robots.php ├── web_sitemap.php ├── web_title.php ├── year_percentage.php └── youtube_mp4.php ├── composer.json ├── composer.lock ├── home.html ├── index.php ├── static ├── img │ ├── apps.png │ ├── currency.png │ ├── generate.png │ ├── github_badge.png │ ├── location.png │ ├── multimedia.png │ ├── search.png │ ├── seo.png │ ├── user.png │ └── validate.png ├── main.css └── main.js └── vendor ├── autoload.php └── composer ├── ClassLoader.php ├── LICENSE ├── autoload_classmap.php ├── autoload_namespaces.php ├── autoload_psr4.php ├── autoload_real.php ├── autoload_static.php └── installed.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/.gitattributes -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/.htaccess -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/README.md -------------------------------------------------------------------------------- /api/age.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/age.php -------------------------------------------------------------------------------- /api/app_android_downloads.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/app_android_downloads.php -------------------------------------------------------------------------------- /api/app_android_rating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/app_android_rating.php -------------------------------------------------------------------------------- /api/app_android_reviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/app_android_reviews.php -------------------------------------------------------------------------------- /api/app_ios_rating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/app_ios_rating.php -------------------------------------------------------------------------------- /api/app_ios_reviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/app_ios_reviews.php -------------------------------------------------------------------------------- /api/bitcoin_price.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/bitcoin_price.php -------------------------------------------------------------------------------- /api/bold_text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/bold_text.php -------------------------------------------------------------------------------- /api/calories_to_doughnut.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/calories_to_doughnut.php -------------------------------------------------------------------------------- /api/censured_text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/censured_text.php -------------------------------------------------------------------------------- /api/city_name_by_postal_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/city_name_by_postal_code.php -------------------------------------------------------------------------------- /api/country_flag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/country_flag.php -------------------------------------------------------------------------------- /api/country_ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/country_ip.php -------------------------------------------------------------------------------- /api/country_phone_prefix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/country_phone_prefix.php -------------------------------------------------------------------------------- /api/country_phone_prefix_reverse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/country_phone_prefix_reverse.php -------------------------------------------------------------------------------- /api/credit_card_type.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/credit_card_type.php -------------------------------------------------------------------------------- /api/currency_conversor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/currency_conversor.php -------------------------------------------------------------------------------- /api/currency_exchange_rate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/currency_exchange_rate.php -------------------------------------------------------------------------------- /api/days_between.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/days_between.php -------------------------------------------------------------------------------- /api/days_left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vivirenremoto/free-public-api/HEAD/api/days_left.php -------------------------------------------------------------------------------- /api/decode_base64.php: -------------------------------------------------------------------------------- 1 |