Quality Porn

부분 유료
분류별 LBeckX | 업데이트됨 il y a 20 jours | Video, Images
인기

9.6 / 10

지연 시간

941ms

서비스 수준

100%

Health Check

100%

모든 토론으로 돌아가기

cant use the image

Rapid account: Buddhalama 88480
buddhalama88480
il y a 10 mois

hey is there something wrong with the image or i need to add something? the names are being fetched and show but the images are not

Rapid account: L Beck X
LBeckX Commented il y a 8 mois

Hi buddhalama88480,
This link:

/pornstar/detail?name=A_Yeon&responseProfileImageBase64=1&responseProfileImage=1&responseImages=1

is not an image. It’s a simple request preview to get the pornstar details from the “Pornstar by name” request.
With profile and images as links and base64 encoded data.

You can just take the content of “url” and send it to the RapidAPI endpoint. Then you will get the detailed view of the pornstar.

This is a simple axios request example:


	const axios = require('axios');

	const options = {
		method: 'GET',
		url: 'https://quality-porn.p.rapidapi.com/pornstar/detail',
		params: {
			name: 'A_Yeon',
			responseProfileImage: '1',
			responseProfileImageBase64: '1',
			responseImages: '1',
			responseImagesBase64: '1'
		},
		headers: {
		 ...
		}
	};

you can test this entpoint by using this: https://rapidapi.com/LBeckX/api/quality-porn

Rapid account: Buddhalama 88480
buddhalama88480 Commented il y a 10 mois

it is from pornstar list by alphabtetical letter. This is one of the url to the imgae : url:"/pornstar/detail?name=A_Yeon&responseProfileImageBase64=1&responseProfileImage=1&responseImages=1" .

Rapid account: L Beck X
LBeckX Commented il y a 10 mois

Hi @buddhalama88480

Can you please describe which pictures from which side or route you are talking about?

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입