This API does supports the existing profile api, version 1.1 and has no access key requirements.
Details
See details at https://api.kth.se/api/profile/swagger/?url=/api/profile/swagger.json#/v1.1/getPublicProfile_v11
Examples
if (FALSE) { # \dontrun{
kth_profile_legacy("agnel")
kth_profile_legacy("tjep")
tryCatch(kth_profile(username = "hoyce"), error = function(e) e, warning("Does not exist?"))
} # }