/performerInfo

If you want to get more in-depth information on a performer whenever your system discovers a new performer or when the lastUpdated [timestamp] is newer than in your system you can GET the following URL:

[API]/performerInfo?key=[KEY]&performerId=[id]

Parameters

SWIPE TO SCROLL
Name Required Type Description
key Yes string Supplied by VS. Please ask us for your key.
performerId Yes integer The id of the performer you would like to get more information about.

Example Response

SWIPE TO SCROLL
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: [int]

{
    success: true,
    message: "",
    data: {
        name: [name],
        category: [string],
        score: [int],
        image: [url],
        age: [age],
        birthday: [day],
        country: [code],
        height: [centimeters],
        weight: [kilograms],
        eyeColor: [string],
        hairColor: [string],
        hairLength:  [string],
        ethnicity: [string],
        cockType: [string],
        cock: [centimeters],
        cupSize: [string],
        orientation: [string],
        gayRole: [string],
        bodyType: [string],
        bodyMods: [string],
        pubicHair: [string],
        textLikes: [string],
        textFantasies: [string],
        textFetishes: [string],
        textMisc: [string],
        textSpecial: [string],
        lastLogin: [date],
        filters: {
            countries: { [country], [country], etc.. },
            states: { [state], [state], etc... },
            ips: { [ip], [ip], etc... }
        },
        lastUpdated: [timestamp]
    }
}

Response Parameters

SWIPE TO SCROLL
Name Description
success Whether or not your post was successful.
message An error message if success is false.
data The requested data, if any.

Copyright © 1996 - 2025 4AF - VS Media, Inc. All Rights Reserved | Terms & Conditions | Cookies Policy | Privacy Policy18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement