Apis

NEWSTARGETED APIS:

https://newstargeted.com/apis/

https://webhook.newstargeted.com/


ROBLOX APIS:

Groups:
Outputs the group's information

{ "id": 3057028, "name": "News Targeted [NT]", "description": "News Targeted is a new news website with more features. 1. World News. 2. IT News. 3. Api's (for Roblox) 4. Master3395's Admin System (MAS) "Put on hold because of Roblox." To become a part of "Fans", you may pm me or contact me on our social links below :) It's a safety measure. You may also be ranked "Fans" if you get noticed.\n\nFollow us on our social media!", "owner": { "hasVerifiedBadge": false, "userId": 4309939, "username": "Master3395", "displayName": "Master3395" }, "shout": { "body": "New information post. https://twitter.com/Newstargeted1/status/1264608939624235008?ref_src=twsrc%5Etfw", "poster": { "hasVerifiedBadge": false, "userId": 4309939, "username": "Master3395", "displayName": "Master3395" }, "created": "2018-09-22T15:19:59.98Z", "updated": "2020-05-24T18:15:30.92Z" }, "memberCount": 110, "isBuildersClubOnly": false, "publicEntryAllowed": true, "hasVerifiedBadge": false }

https://api.newstargeted.com/roblox/groups/v2/group.php?GroupId=3057028


Below is a way to output information listed in the API.
Gets all usernames that a certain player has had before in order of oldest to newest, and does not include the current name.

[ "","master3395","Ibanstick","Master3395","STAFF_4","norway_1",]

https://api.newstargeted.com/roblox/users/v2/usernames?userId=4309939 

ASSETS:


Searches the catalog API for keyword

[{ "AssetId":2957920017,"Name":"Baldi Say Despacito","Description":"Audio","AbsoluteUrl":"https://www.roblox.com/library/2957920017/Baldi-Say-Despacito?Category=Audio\u0026SortType=Relevance\u0026SortAggregation=AllTime\u0026SearchKeyword=despacito\u0026CreatorId=0\u0026Page=1\u0026Position=1\u0026SearchId=16cf52ad-fbe0-4dbd-875c-4cb0abad545e","Price":"","Updated":"12 months ago","Favorited":"12 times","Sales":null,"Remaining":"","Creator":"@LaziToon","CreatorAbsoluteUrl":"https://www.roblox.com/users/856580810/profile/","PrivateSales":"","PriceView":0,"BestPrice":"","IsServerSideThumbnailLookupInCatalogEnabled":true,"AudioUrl":"https://c6.rbxcdn.com/a80fb97ec09e32b1221f1136d44fc1e5","IsUserVerified":true,"IsLargeItem":false,"IsThumbnailFinal":true,"IsThumbnailUnapproved":false,"ThumbnailUrl":"https://t1.rbxcdn.com/2442103c5a78a993793255713823ddcf","BcOverlayUrl":null,"LimitedOverlayUrl":null,"DeadlineOverlayUrl":null,"LimitedAltText":null,"NewOverlayUrl":null,"SaleOverlayUrl":null,"IosOverlayUrl":null,"XboxOverlayUrl":null,"GooglePlayOverlayUrl":null,"AmazonOverlayUrl":null,"IsTransparentBackground":false,"AssetTypeID":3,"CreatorID":856580810,"CreatedDate":"\/Date(1552545076030)\/","UpdatedDate":"\/Date(1651557562370)\/","IsForSale":false,"IsPublicDomain":true,"IsLimited":false,"IsLimitedUnique":false,"MinimumMembershipLevel":0,"OffSaleDeadline":null,"ProductId":511342552},


https://api.newstargeted.com/roblox/assets/v1/SearchMusic.php?Keyword=despacito

 

Gamepass:


Searches the Gamepass API for gamepassId

[{ "TargetId":119127512,"ProductType":"Game Pass","AssetId":0,"ProductId":1355771470,"Name":"Donate","Description":"Donate","AssetTypeId":0,"Creator":{ "Id":1103475101,"Name":"ZalanMate","CreatorType":"User","CreatorTargetId":1103475101},"IconImageAssetId":12060255350,"Created":"2023-01-05T20:26:28.053Z","Updated":"2023-01-05T20:26:28.057Z","PriceInRobux":69,"PriceInTickets":null,"Sales":0,"IsNew":false,"IsForSale":true,"IsPublicDomain":false,"IsLimited":false,"IsLimitedUnique":false,"Remaining":null,"MinimumMembershipLevel":0},

https://api.newstargeted.com/roblox/assets/v2/assetInfo.php?passId=119127512

 

Economy:


Searches the Economy API for economyId

[{ "TargetId":119127512,"ProductType":"Game Pass","AssetId":0,"ProductId":1355771470,"Name":"Donate","Description":"Donate","AssetTypeId":0,"Creator":{ "Id":1103475101,"Name":"ZalanMate","CreatorType":"User","CreatorTargetId":1103475101},"IconImageAssetId":12060255350,"Created":"2023-01-05T20:26:28.053Z","Updated":"2023-01-05T20:26:28.057Z","PriceInRobux":69,"PriceInTickets":null,"Sales":0,"IsNew":false,"IsForSale":true,"IsPublicDomain":false,"IsLimited":false,"IsLimitedUnique":false,"Remaining":null,"MinimumMembershipLevel":0},

https://api.newstargeted.com/roblox/assets/v2/assetInfo.php?economyId=1818

 

User:



Give you the live count of total visits on the user IDs account (Does only show visits of active games)

 

Visits by username: 
Visits by user ID:
Array
(
    [0] => Array
        (
            [id] => 4392520912
            [name] => Master3395's Place Number: 1149 Tycoon
            [description] => Tycoon
            [creator] => Array
                (
                    [id] => 4309939
                    [type] => User
                )
            [rootPlace] => Array
                (
                    [id] => 12497754596
                    [type] => Place
                )
            [created] => 2023-02-15T17:21:20.22Z
            [updated] => 2023-04-28T21:39:48.9224345Z
            [placeVisits] => 2
        )

 

https://api.newstargeted.com/roblox/users/v2/getvisits.php?userid=4309939

https://api.newstargeted.com/roblox/users/v2/getvisits.php?username=Master3395

 

Below is using Username to get the UserId

{ "username":"Master3395","userId":4309939 }

https://api.newstargeted.com/roblox/users/v2/user.php?username=Master3395

https://api.newstargeted.com/roblox/users/v2/user.php?userId=4309939


below is using Username or UserID to get the last known online presence.

{ "username":null,"userId":"4309939","lastOnline":"2023-04-28T19:33:00.447-05:00",}

https://api.newstargeted.com/roblox/presence/v1/last-online.php?userId=4309939

{ "username":"Master3395","userId":4309939,"lastOnline":"2023-04-28T19:33:00.447-05:00",}

https://api.newstargeted.com/roblox/presence/v1/last-online.php?username=Master3395


https://api.newstargeted.com/roblox/presence/v1/users.php?username=Master3395

https://api.newstargeted.com/roblox/presence/v1/users.php?userId=4309939

 

User Image:

You can choose between these sizes:
48x48, 50x50, 60x60, 75x75, 100x100, 150x150, 180x180, 352x352, 420x420, 720x720

 

https://api.newstargeted.com/roblox/users/v1/avatar-headshot?userid=4309939&size=150x150&format=Png&isCircular=false

https://api.newstargeted.com/roblox/users/v1/avatar-bust?userid=4309939&size=150x150&format=Png&isCircular=false

https://api.newstargeted.com/roblox/users/v1/avatar.php?userid=4309939&size=150x150&format=Png&isCircular=false

 

Asset Image: (Cached for 60 minutes)

You can choose between these sizes:
30x30, 42x42, 50x50, 60x60, 75x75, 110x110, 140x140, 150x150, 160x100, 250x250, 256x144, 300x250, 304x166, 384x216, 396x216, 420x420, 480x270, 512x512, 576x324, 700x700, 728x90, 768x432, 1200x80


https://api.newstargeted.com/roblox/assets/v2/thumbnails.php?assetId=162067148&size=150x150&format=Png&isCircular=false


Games:

 

This API lets you see your game's universeID by searching with your game's public ID

{ "gameName":"News Targeted [NT] Admin System","gameDescription":"MAS Admin system, is short for Master3395's Admin System.\r\nIt is a cool admin system with remote ban from website.","gameVisits":507,"gameMaxPlayers":700,"universeID":339901977 }

https://api.newstargeted.com/roblox/games/v2/games.php?placeIds=801672905

 

MISC: